pub struct W(_);
Expand description
Register WAKEUP
writer
Implementations
sourceimpl W
impl W
sourcepub fn wakeupen0(&mut self) -> WAKEUPEN0_W<'_>
pub fn wakeupen0(&mut self) -> WAKEUPEN0_W<'_>
Bit 0 - External Interrupt 0 Wake-up Enable
sourcepub fn wakeupen1(&mut self) -> WAKEUPEN1_W<'_>
pub fn wakeupen1(&mut self) -> WAKEUPEN1_W<'_>
Bit 1 - External Interrupt 1 Wake-up Enable
sourcepub fn wakeupen2(&mut self) -> WAKEUPEN2_W<'_>
pub fn wakeupen2(&mut self) -> WAKEUPEN2_W<'_>
Bit 2 - External Interrupt 2 Wake-up Enable
sourcepub fn wakeupen3(&mut self) -> WAKEUPEN3_W<'_>
pub fn wakeupen3(&mut self) -> WAKEUPEN3_W<'_>
Bit 3 - External Interrupt 3 Wake-up Enable
sourcepub fn wakeupen4(&mut self) -> WAKEUPEN4_W<'_>
pub fn wakeupen4(&mut self) -> WAKEUPEN4_W<'_>
Bit 4 - External Interrupt 4 Wake-up Enable
sourcepub fn wakeupen5(&mut self) -> WAKEUPEN5_W<'_>
pub fn wakeupen5(&mut self) -> WAKEUPEN5_W<'_>
Bit 5 - External Interrupt 5 Wake-up Enable
sourcepub fn wakeupen6(&mut self) -> WAKEUPEN6_W<'_>
pub fn wakeupen6(&mut self) -> WAKEUPEN6_W<'_>
Bit 6 - External Interrupt 6 Wake-up Enable
sourcepub fn wakeupen7(&mut self) -> WAKEUPEN7_W<'_>
pub fn wakeupen7(&mut self) -> WAKEUPEN7_W<'_>
Bit 7 - External Interrupt 7 Wake-up Enable
Methods from Deref<Target = W<WAKEUP_SPEC>>
Trait Implementations
sourceimpl From<W<WAKEUP_SPEC>> for W
impl From<W<WAKEUP_SPEC>> for W
sourcefn from(writer: W<WAKEUP_SPEC>) -> Self
fn from(writer: W<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