Struct esp32h2::pcr::ctrl_tick_conf::W
source · pub struct W(_);Expand description
Register CTRL_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 - ******* Description ***********
sourcepub fn fosc_tick_num(&mut self) -> FOSC_TICK_NUM_W<'_, 8>
pub fn fosc_tick_num(&mut self) -> FOSC_TICK_NUM_W<'_, 8>
Bits 8:15 - ******* Description ***********
sourcepub fn tick_enable(&mut self) -> TICK_ENABLE_W<'_, 16>
pub fn tick_enable(&mut self) -> TICK_ENABLE_W<'_, 16>
Bit 16 - ******* Description ***********
sourcepub fn rst_tick_cnt(&mut self) -> RST_TICK_CNT_W<'_, 17>
pub fn rst_tick_cnt(&mut self) -> RST_TICK_CNT_W<'_, 17>
Bit 17 - ******* Description ***********
Methods from Deref<Target = W<CTRL_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