pub struct R(_);
Expand description
Register XTAL32K_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn xtal32k_return_wait(&self) -> XTAL32K_RETURN_WAIT_R
pub fn xtal32k_return_wait(&self) -> XTAL32K_RETURN_WAIT_R
Bits 0:3 - Defines the waiting cycles before returning to the normal 32 kHz crystal oscillator.
sourcepub fn xtal32k_restart_wait(&self) -> XTAL32K_RESTART_WAIT_R
pub fn xtal32k_restart_wait(&self) -> XTAL32K_RESTART_WAIT_R
Bits 4:19 - Defines the maximum waiting cycle before restarting the 32 kHz crystal oscillator.
sourcepub fn xtal32k_wdt_timeout(&self) -> XTAL32K_WDT_TIMEOUT_R
pub fn xtal32k_wdt_timeout(&self) -> XTAL32K_WDT_TIMEOUT_R
Bits 20:27 - Defines the maximum waiting period for clock detection. If no clock is detected after this period, the 32 kHz crystal oscillator can be regarded as dead.
sourcepub fn xtal32k_stable_thres(&self) -> XTAL32K_STABLE_THRES_R
pub fn xtal32k_stable_thres(&self) -> XTAL32K_STABLE_THRES_R
Bits 28:31 - Defines the maximum allowed restarting period, within which the 32 kHz crystal oscillator can be regarded as stable.
Methods from Deref<Target = R<XTAL32K_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<XTAL32K_CONF_SPEC>> for R
impl From<R<XTAL32K_CONF_SPEC>> for R
sourcefn from(reader: R<XTAL32K_CONF_SPEC>) -> Self
fn from(reader: R<XTAL32K_CONF_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