pub struct R(_);
Expand description
Register WAKEUP
reader
Implementations
sourceimpl R
impl R
sourcepub fn wakeupen0(&self) -> WAKEUPEN0_R
pub fn wakeupen0(&self) -> WAKEUPEN0_R
Bit 0 - External Interrupt 0 Wake-up Enable
sourcepub fn wakeupen1(&self) -> WAKEUPEN1_R
pub fn wakeupen1(&self) -> WAKEUPEN1_R
Bit 1 - External Interrupt 1 Wake-up Enable
sourcepub fn wakeupen2(&self) -> WAKEUPEN2_R
pub fn wakeupen2(&self) -> WAKEUPEN2_R
Bit 2 - External Interrupt 2 Wake-up Enable
sourcepub fn wakeupen3(&self) -> WAKEUPEN3_R
pub fn wakeupen3(&self) -> WAKEUPEN3_R
Bit 3 - External Interrupt 3 Wake-up Enable
sourcepub fn wakeupen4(&self) -> WAKEUPEN4_R
pub fn wakeupen4(&self) -> WAKEUPEN4_R
Bit 4 - External Interrupt 4 Wake-up Enable
sourcepub fn wakeupen5(&self) -> WAKEUPEN5_R
pub fn wakeupen5(&self) -> WAKEUPEN5_R
Bit 5 - External Interrupt 5 Wake-up Enable
sourcepub fn wakeupen6(&self) -> WAKEUPEN6_R
pub fn wakeupen6(&self) -> WAKEUPEN6_R
Bit 6 - External Interrupt 6 Wake-up Enable
sourcepub fn wakeupen7(&self) -> WAKEUPEN7_R
pub fn wakeupen7(&self) -> WAKEUPEN7_R
Bit 7 - External Interrupt 7 Wake-up Enable
Methods from Deref<Target = R<WAKEUP_SPEC>>
Trait Implementations
sourceimpl From<R<WAKEUP_SPEC>> for R
impl From<R<WAKEUP_SPEC>> for R
sourcefn from(reader: R<WAKEUP_SPEC>) -> Self
fn from(reader: R<WAKEUP_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more