pub struct R(_);
Expand description
Register TICK_CONF
reader
Implementations§
source§impl 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 - reg_xtal_tick_num
sourcepub fn ck8m_tick_num(&self) -> CK8M_TICK_NUM_R
pub fn ck8m_tick_num(&self) -> CK8M_TICK_NUM_R
Bits 8:15 - reg_ck8m_tick_num
sourcepub fn tick_enable(&self) -> TICK_ENABLE_R
pub fn tick_enable(&self) -> TICK_ENABLE_R
Bit 16 - reg_tick_enable
Methods from Deref<Target = R<TICK_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more