Struct esp32s2::rtc_cntl::slow_clk_conf::W
source · pub struct W(_);Expand description
Register SLOW_CLK_CONF writer
Implementations
sourceimpl 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
sourceimpl From<W<SLOW_CLK_CONF_SPEC>> for W
impl From<W<SLOW_CLK_CONF_SPEC>> for W
sourcefn from(writer: W<SLOW_CLK_CONF_SPEC>) -> Self
fn from(writer: W<SLOW_CLK_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