pub struct R(_);
Expand description

Register CLK_CONF reader

Implementations§

Bit 1 - Need add desc

Bit 2 - Need add desc

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 - Need add desc

Bit 28 - Need add desc

Bit 29 - fast_clk_rtc sel. 0: XTAL div 4

Bits 30:31 - Need add desc

Methods from Deref<Target = R<CLK_CONF_SPEC>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
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.