Struct esp32s2::rtc_cntl::slow_clk_conf::W
source · pub struct W(_);
Expand description
Register SLOW_CLK_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn ana_clk_div_vld(&mut self) -> ANA_CLK_DIV_VLD_W<'_, 22>
pub fn ana_clk_div_vld(&mut self) -> ANA_CLK_DIV_VLD_W<'_, 22>
Bit 22 - Synchronizes the reg_rtc_ana_clk_div bus. Note that you have to invalidate the bus before switching clock, and validate the new clock.
sourcepub fn ana_clk_div(&mut self) -> ANA_CLK_DIV_W<'_, 23>
pub fn ana_clk_div(&mut self) -> ANA_CLK_DIV_W<'_, 23>
Bits 23:30 - Set the rtc_clk divider.
sourcepub fn slow_clk_next_edge(&mut self) -> SLOW_CLK_NEXT_EDGE_W<'_, 31>
pub fn slow_clk_next_edge(&mut self) -> SLOW_CLK_NEXT_EDGE_W<'_, 31>
Bit 31
Methods from Deref<Target = W<SLOW_CLK_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