pub struct R(/* private fields */);Expand description
Register M4_MEM_AON_INTR_EN reader
Implementations§
Source§impl R
impl R
Sourcepub fn mem3_aon_intr0_en(&self) -> MEM3_AON_INTR0_EN_R
pub fn mem3_aon_intr0_en(&self) -> MEM3_AON_INTR0_EN_R
Bit 0 - Interrupt enable (M4 SRAM segment 0 32KB_0)
Sourcepub fn mem3_aon_intr1_en(&self) -> MEM3_AON_INTR1_EN_R
pub fn mem3_aon_intr1_en(&self) -> MEM3_AON_INTR1_EN_R
Bit 1 - Interrupt enable (M4 SRAM segment 1 32KB_0)
Sourcepub fn mem3_aon_intr2_en(&self) -> MEM3_AON_INTR2_EN_R
pub fn mem3_aon_intr2_en(&self) -> MEM3_AON_INTR2_EN_R
Bit 2 - Interrupt enable (M4 SRAM segment 2 32KB_0)
Sourcepub fn mem3_aon_intr3_en(&self) -> MEM3_AON_INTR3_EN_R
pub fn mem3_aon_intr3_en(&self) -> MEM3_AON_INTR3_EN_R
Bit 3 - Interrupt enable (M4 SRAM segment 3 32KB_0)
Methods from Deref<Target = R<M4_MEM_AON_INTR_EN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more