pub struct W(_);
Expand description
Register TICK_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn xtal_tick_num(&mut self) -> XTAL_TICK_NUM_W<'_, 0>
pub fn xtal_tick_num(&mut self) -> XTAL_TICK_NUM_W<'_, 0>
Bits 0:7 - reg_xtal_tick_num
sourcepub fn ck8m_tick_num(&mut self) -> CK8M_TICK_NUM_W<'_, 8>
pub fn ck8m_tick_num(&mut self) -> CK8M_TICK_NUM_W<'_, 8>
Bits 8:15 - reg_ck8m_tick_num
sourcepub fn tick_enable(&mut self) -> TICK_ENABLE_W<'_, 16>
pub fn tick_enable(&mut self) -> TICK_ENABLE_W<'_, 16>
Bit 16 - reg_tick_enable
Methods from Deref<Target = W<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