pub struct R(_);
Expand description
Register TICK_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn xtal_tick_num(&self) -> XTAL_TICK_NUM_R
pub fn xtal_tick_num(&self) -> XTAL_TICK_NUM_R
Bits 0:7 - ******* Description ***********
sourcepub fn ck8m_tick_num(&self) -> CK8M_TICK_NUM_R
pub fn ck8m_tick_num(&self) -> CK8M_TICK_NUM_R
Bits 8:15 - ******* Description ***********
sourcepub fn tick_enable(&self) -> TICK_ENABLE_R
pub fn tick_enable(&self) -> TICK_ENABLE_R
Bit 16 - ******* Description ***********
Methods from Deref<Target = R<TICK_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<TICK_CONF_SPEC>> for R
impl From<R<TICK_CONF_SPEC>> for R
sourcefn from(reader: R<TICK_CONF_SPEC>) -> Self
fn from(reader: R<TICK_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