Struct esp32s3::rtc_cntl::slow_clk_conf::R
source · pub struct R(_);
Expand description
Register SLOW_CLK_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn ana_clk_div_vld(&self) -> ANA_CLK_DIV_VLD_R
pub fn ana_clk_div_vld(&self) -> ANA_CLK_DIV_VLD_R
Bit 22 - used to sync div bus. clear vld before set reg_rtc_ana_clk_div, then set vld to actually switch the clk
sourcepub fn ana_clk_div(&self) -> ANA_CLK_DIV_R
pub fn ana_clk_div(&self) -> ANA_CLK_DIV_R
Bits 23:30 - rtc clk div
sourcepub fn slow_clk_next_edge(&self) -> SLOW_CLK_NEXT_EDGE_R
pub fn slow_clk_next_edge(&self) -> SLOW_CLK_NEXT_EDGE_R
Bit 31 - No public
Methods from Deref<Target = R<SLOW_CLK_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<SLOW_CLK_CONF_SPEC>> for R
impl From<R<SLOW_CLK_CONF_SPEC>> for R
sourcefn from(reader: R<SLOW_CLK_CONF_SPEC>) -> Self
fn from(reader: R<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