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 - cycles to wait to return noral xtal 32k
sourcepub fn xtal32k_restart_wait(&self) -> XTAL32K_RESTART_WAIT_R
pub fn xtal32k_restart_wait(&self) -> XTAL32K_RESTART_WAIT_R
Bits 4:19 - cycles to wait to repower on xtal 32k
sourcepub fn xtal32k_wdt_timeout(&self) -> XTAL32K_WDT_TIMEOUT_R
pub fn xtal32k_wdt_timeout(&self) -> XTAL32K_WDT_TIMEOUT_R
Bits 20:27 - If no clock detected for this amount of time 32k is 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 - if restarted xtal32k period is smaller than this, it is 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 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