pub struct W(/* private fields */);Expand description
Register M4_MEM_AON_INTR_EN writer
Implementations§
Source§impl W
impl W
Sourcepub fn mem3_aon_intr0_en(&mut self) -> MEM3_AON_INTR0_EN_W<'_>
pub fn mem3_aon_intr0_en(&mut self) -> MEM3_AON_INTR0_EN_W<'_>
Bit 0 - Interrupt enable (M4 SRAM segment 0 32KB_0)
Sourcepub fn mem3_aon_intr1_en(&mut self) -> MEM3_AON_INTR1_EN_W<'_>
pub fn mem3_aon_intr1_en(&mut self) -> MEM3_AON_INTR1_EN_W<'_>
Bit 1 - Interrupt enable (M4 SRAM segment 1 32KB_0)
Sourcepub fn mem3_aon_intr2_en(&mut self) -> MEM3_AON_INTR2_EN_W<'_>
pub fn mem3_aon_intr2_en(&mut self) -> MEM3_AON_INTR2_EN_W<'_>
Bit 2 - Interrupt enable (M4 SRAM segment 2 32KB_0)
Sourcepub fn mem3_aon_intr3_en(&mut self) -> MEM3_AON_INTR3_EN_W<'_>
pub fn mem3_aon_intr3_en(&mut self) -> MEM3_AON_INTR3_EN_W<'_>
Bit 3 - Interrupt enable (M4 SRAM segment 3 32KB_0)
Methods from Deref<Target = W<M4_MEM_AON_INTR_EN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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