pub struct W(_);
Expand description

Register CLK_CONF writer

Implementations

Bit 1 - efuse_clk_force_gating

Bit 2 - efuse_clk_force_nogating

Bit 3 - used to sync reg_ck8m_div_sel bus. Clear vld before set reg_ck8m_div_sel

Bits 4:5 - CK8M_D256_OUT divider. 00: div128

Bit 6 - disable CK8M and CK8M_D256_OUT

Bit 7 - 1: CK8M_D256_OUT is actually CK8M

Bit 8 - enable CK_XTAL_32K for digital core (no relationship with RTC core)

Bit 9 - enable CK8M_D256_OUT for digital core (no relationship with RTC core)

Bit 10 - enable CK8M for digital core (no relationship with RTC core)

Bits 12:14 - divider = reg_ck8m_div_sel + 1

Bit 15 - XTAL force no gating during sleep

Bit 16 - CK8M force no gating during sleep

Bits 17:24 - CK8M_DFREQ

Bit 25 - CK8M force power down

Bit 26 - CK8M force power up

Bit 27 - force enable xtal clk gating

Bit 28 - force bypass xtal clk gating

Bit 29 - fast_clk_rtc sel. 0: XTAL div 4

Bits 30:31 - slelect rtc slow clk

Writes raw bits to the register.

Methods from Deref<Target = W<CLK_CONF_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.