pub struct W(_);
Expand description
Register control_register
writer
Implementations
sourceimpl W
impl W
sourcepub fn wakeup_level(&mut self) -> WAKEUP_LEVEL_W<'_>
pub fn wakeup_level(&mut self) -> WAKEUP_LEVEL_W<'_>
Bit 10 - IO wake-up polarity selection
sourcepub fn wakeup_count(&mut self) -> WAKEUP_COUNT_W<'_>
pub fn wakeup_count(&mut self) -> WAKEUP_COUNT_W<'_>
Bits 6:9 - IO wake-up Minimum hold count of 128ms
sourcepub fn bypass_32k(&mut self) -> BYPASS_32K_W<'_>
pub fn bypass_32k(&mut self) -> BYPASS_32K_W<'_>
Bit 4 - Bypass 32k oscillator
sourcepub fn calibrate_32k(&mut self) -> CALIBRATE_32K_W<'_>
pub fn calibrate_32k(&mut self) -> CALIBRATE_32K_W<'_>
Bit 3 - Calibrate 32k oscillator
Methods from Deref<Target = W<CONTROL_REGISTER_SPEC>>
Trait Implementations
sourceimpl From<W<CONTROL_REGISTER_SPEC>> for W
impl From<W<CONTROL_REGISTER_SPEC>> for W
sourcefn from(writer: W<CONTROL_REGISTER_SPEC>) -> Self
fn from(writer: W<CONTROL_REGISTER_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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