pub struct R(_);
Expand description
Register control_register
reader
Implementations
sourceimpl R
impl R
sourcepub fn wakeup_level(&self) -> WAKEUP_LEVEL_R
pub fn wakeup_level(&self) -> WAKEUP_LEVEL_R
Bit 10 - IO wake-up polarity selection
sourcepub fn wakeup_count(&self) -> WAKEUP_COUNT_R
pub fn wakeup_count(&self) -> WAKEUP_COUNT_R
Bits 6:9 - IO wake-up Minimum hold count of 128ms
sourcepub fn bypass_32k(&self) -> BYPASS_32K_R
pub fn bypass_32k(&self) -> BYPASS_32K_R
Bit 4 - Bypass 32k oscillator
sourcepub fn calibrate_32k(&self) -> CALIBRATE_32K_R
pub fn calibrate_32k(&self) -> CALIBRATE_32K_R
Bit 3 - Calibrate 32k oscillator
Methods from Deref<Target = R<CONTROL_REGISTER_SPEC>>
Trait Implementations
sourceimpl From<R<CONTROL_REGISTER_SPEC>> for R
impl From<R<CONTROL_REGISTER_SPEC>> for R
sourcefn from(reader: R<CONTROL_REGISTER_SPEC>) -> Self
fn from(reader: R<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