pub struct W(_);
Expand description
Register CLK_CONF
writer
Implementations
sourceimpl W
impl W
sourcepub fn efuse_clk_force_gating(&mut self) -> EFUSE_CLK_FORCE_GATING_W<'_>
pub fn efuse_clk_force_gating(&mut self) -> EFUSE_CLK_FORCE_GATING_W<'_>
Bit 1 - efuse_clk_force_gating
sourcepub fn efuse_clk_force_nogating(&mut self) -> EFUSE_CLK_FORCE_NOGATING_W<'_>
pub fn efuse_clk_force_nogating(&mut self) -> EFUSE_CLK_FORCE_NOGATING_W<'_>
Bit 2 - efuse_clk_force_nogating
sourcepub fn ck8m_div_sel_vld(&mut self) -> CK8M_DIV_SEL_VLD_W<'_>
pub fn ck8m_div_sel_vld(&mut self) -> CK8M_DIV_SEL_VLD_W<'_>
Bit 3 - used to sync reg_ck8m_div_sel bus. Clear vld before set reg_ck8m_div_sel
sourcepub fn ck8m_div(&mut self) -> CK8M_DIV_W<'_>
pub fn ck8m_div(&mut self) -> CK8M_DIV_W<'_>
Bits 4:5 - CK8M_D256_OUT divider. 00: div128
sourcepub fn enb_ck8m(&mut self) -> ENB_CK8M_W<'_>
pub fn enb_ck8m(&mut self) -> ENB_CK8M_W<'_>
Bit 6 - disable CK8M and CK8M_D256_OUT
sourcepub fn enb_ck8m_div(&mut self) -> ENB_CK8M_DIV_W<'_>
pub fn enb_ck8m_div(&mut self) -> ENB_CK8M_DIV_W<'_>
Bit 7 - 1: CK8M_D256_OUT is actually CK8M
sourcepub fn dig_xtal32k_en(&mut self) -> DIG_XTAL32K_EN_W<'_>
pub fn dig_xtal32k_en(&mut self) -> DIG_XTAL32K_EN_W<'_>
Bit 8 - enable CK_XTAL_32K for digital core (no relationship with RTC core)
sourcepub fn dig_clk8m_d256_en(&mut self) -> DIG_CLK8M_D256_EN_W<'_>
pub fn dig_clk8m_d256_en(&mut self) -> DIG_CLK8M_D256_EN_W<'_>
Bit 9 - enable CK8M_D256_OUT for digital core (no relationship with RTC core)
sourcepub fn dig_clk8m_en(&mut self) -> DIG_CLK8M_EN_W<'_>
pub fn dig_clk8m_en(&mut self) -> DIG_CLK8M_EN_W<'_>
Bit 10 - enable CK8M for digital core (no relationship with RTC core)
sourcepub fn ck8m_div_sel(&mut self) -> CK8M_DIV_SEL_W<'_>
pub fn ck8m_div_sel(&mut self) -> CK8M_DIV_SEL_W<'_>
Bits 12:14 - divider = reg_ck8m_div_sel + 1
sourcepub fn xtal_force_nogating(&mut self) -> XTAL_FORCE_NOGATING_W<'_>
pub fn xtal_force_nogating(&mut self) -> XTAL_FORCE_NOGATING_W<'_>
Bit 15 - XTAL force no gating during sleep
sourcepub fn ck8m_force_nogating(&mut self) -> CK8M_FORCE_NOGATING_W<'_>
pub fn ck8m_force_nogating(&mut self) -> CK8M_FORCE_NOGATING_W<'_>
Bit 16 - CK8M force no gating during sleep
sourcepub fn ck8m_dfreq(&mut self) -> CK8M_DFREQ_W<'_>
pub fn ck8m_dfreq(&mut self) -> CK8M_DFREQ_W<'_>
Bits 17:24 - CK8M_DFREQ
sourcepub fn ck8m_force_pd(&mut self) -> CK8M_FORCE_PD_W<'_>
pub fn ck8m_force_pd(&mut self) -> CK8M_FORCE_PD_W<'_>
Bit 25 - CK8M force power down
sourcepub fn ck8m_force_pu(&mut self) -> CK8M_FORCE_PU_W<'_>
pub fn ck8m_force_pu(&mut self) -> CK8M_FORCE_PU_W<'_>
Bit 26 - CK8M force power up
sourcepub fn xtal_global_force_gating(&mut self) -> XTAL_GLOBAL_FORCE_GATING_W<'_>
pub fn xtal_global_force_gating(&mut self) -> XTAL_GLOBAL_FORCE_GATING_W<'_>
Bit 27 - force enable xtal clk gating
sourcepub fn xtal_global_force_nogating(&mut self) -> XTAL_GLOBAL_FORCE_NOGATING_W<'_>
pub fn xtal_global_force_nogating(&mut self) -> XTAL_GLOBAL_FORCE_NOGATING_W<'_>
Bit 28 - force bypass xtal clk gating
sourcepub fn fast_clk_rtc_sel(&mut self) -> FAST_CLK_RTC_SEL_W<'_>
pub fn fast_clk_rtc_sel(&mut self) -> FAST_CLK_RTC_SEL_W<'_>
Bit 29 - fast_clk_rtc sel. 0: XTAL div 4
sourcepub fn ana_clk_rtc_sel(&mut self) -> ANA_CLK_RTC_SEL_W<'_>
pub fn ana_clk_rtc_sel(&mut self) -> ANA_CLK_RTC_SEL_W<'_>
Bits 30:31 - slelect rtc slow clk
Methods from Deref<Target = W<CLK_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<CLK_CONF_SPEC>> for W
impl From<W<CLK_CONF_SPEC>> for W
sourcefn from(writer: W<CLK_CONF_SPEC>) -> Self
fn from(writer: W<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