pub struct W(_);
Expand description
Register SLOW_CLK_CONF
writer
Implementations
sourceimpl W
impl W
sourcepub fn rtc_ana_clk_div_vld(&mut self) -> RTC_ANA_CLK_DIV_VLD_W<'_>
pub fn rtc_ana_clk_div_vld(&mut self) -> RTC_ANA_CLK_DIV_VLD_W<'_>
Bit 22 - used to sync div bus. clear vld before set reg_rtc_ana_clk_div
sourcepub fn rtc_ana_clk_div(&mut self) -> RTC_ANA_CLK_DIV_W<'_>
pub fn rtc_ana_clk_div(&mut self) -> RTC_ANA_CLK_DIV_W<'_>
Bits 23:30 - the clk divider num of RTC_CLK
sourcepub fn rtc_slow_clk_next_edge(&mut self) -> RTC_SLOW_CLK_NEXT_EDGE_W<'_>
pub fn rtc_slow_clk_next_edge(&mut self) -> RTC_SLOW_CLK_NEXT_EDGE_W<'_>
Bit 31 - flag rtc_slow_clk_next_edge
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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