[][src]Struct bl602_pac::hbn::hbn_irq_mode::W

pub struct W(_);

Register HBN_IRQ_MODE writer

Implementations

impl W[src]

pub fn pin_wakeup_en(&mut self) -> PIN_WAKEUP_EN_W[src]

Bit 27

pub fn pin_wakeup_sel(&mut self) -> PIN_WAKEUP_SEL_W[src]

Bits 24:26

pub fn irq_acomp1_en(&mut self) -> IRQ_ACOMP1_EN_W[src]

Bits 22:23

pub fn irq_acomp0_en(&mut self) -> IRQ_ACOMP0_EN_W[src]

Bits 20:21

pub fn irq_bor_en(&mut self) -> IRQ_BOR_EN_W[src]

Bit 18

pub fn reg_en_hw_pu_pd(&mut self) -> REG_EN_HW_PU_PD_W[src]

Bit 16

pub fn reg_aon_pad_ie_smt(&mut self) -> REG_AON_PAD_IE_SMT_W[src]

Bit 8

pub fn hbn_pin_wakeup_mask(&mut self) -> HBN_PIN_WAKEUP_MASK_W[src]

Bits 3:4

pub fn hbn_pin_wakeup_mode(&mut self) -> HBN_PIN_WAKEUP_MODE_W[src]

Bits 0:2

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<HBN_IRQ_MODE_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<HBN_IRQ_MODE_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<HBN_IRQ_MODE_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.