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
sourcepub fn wakeupen8(&self) -> WAKEUPEN8_R
pub fn wakeupen8(&self) -> WAKEUPEN8_R
Bit 8 - External Interrupt 8 Wake-up Enable
sourcepub fn wakeupen9(&self) -> WAKEUPEN9_R
pub fn wakeupen9(&self) -> WAKEUPEN9_R
Bit 9 - External Interrupt 9 Wake-up Enable
sourcepub fn wakeupen10(&self) -> WAKEUPEN10_R
pub fn wakeupen10(&self) -> WAKEUPEN10_R
Bit 10 - External Interrupt 10 Wake-up Enable
sourcepub fn wakeupen11(&self) -> WAKEUPEN11_R
pub fn wakeupen11(&self) -> WAKEUPEN11_R
Bit 11 - External Interrupt 11 Wake-up Enable
sourcepub fn wakeupen12(&self) -> WAKEUPEN12_R
pub fn wakeupen12(&self) -> WAKEUPEN12_R
Bit 12 - External Interrupt 12 Wake-up Enable
sourcepub fn wakeupen13(&self) -> WAKEUPEN13_R
pub fn wakeupen13(&self) -> WAKEUPEN13_R
Bit 13 - External Interrupt 13 Wake-up Enable
sourcepub fn wakeupen14(&self) -> WAKEUPEN14_R
pub fn wakeupen14(&self) -> WAKEUPEN14_R
Bit 14 - External Interrupt 14 Wake-up Enable
sourcepub fn wakeupen15(&self) -> WAKEUPEN15_R
pub fn wakeupen15(&self) -> WAKEUPEN15_R
Bit 15 - External Interrupt 15 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