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

pub struct R(_);

Register HBN_IRQ_MODE reader

Implementations

impl R[src]

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

Bit 27

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

Bits 24:26

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

Bits 22:23

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

Bits 20:21

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

Bit 18

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

Bit 16

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

Bit 8

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

Bits 3:4

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

Bits 0:2

Methods from Deref<Target = R<HBN_IRQ_MODE_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<HBN_IRQ_MODE_SPEC>

The resulting type after dereferencing.

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

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.