pub struct R(_);Expand description
Register INT_EN reader
Implementations§
source§impl R
impl R
sourcepub fn m0_apm_int_en(&self) -> M0_APM_INT_EN_R
pub fn m0_apm_int_en(&self) -> M0_APM_INT_EN_R
Bit 0 - APM M0 interrupt enable
sourcepub fn m1_apm_int_en(&self) -> M1_APM_INT_EN_R
pub fn m1_apm_int_en(&self) -> M1_APM_INT_EN_R
Bit 1 - APM M1 interrupt enable
Methods from Deref<Target = R<INT_EN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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