pub struct R(_);
Expand description

Register EXT_XTL_CONF reader

Implementations

Bit 0 - xtal 32k watch dog enable

Bit 1 - xtal 32k watch dog clock force on

Bit 2 - xtal 32k watch dog sw reset

Bit 3 - xtal 32k external xtal clock force on

Bit 4 - xtal 32k switch to back up clock when xtal is dead

Bit 5 - xtal 32k restart xtal when xtal is dead

Bit 6 - xtal 32k switch back xtal when xtal is restarted

Bit 7 - Xtal 32k xpd control by sw or fsm

Bit 8 - apply an internal clock to help xtal 32k to start

Bit 9 - 0: single-end buffer 1: differential buffer

Bits 10:12 - xtal_32k gm control

Bits 13:15 - DRES_XTAL_32K

Bit 16 - XPD_XTAL_32K

Bits 17:19 - DAC_XTAL_32K

Bits 20:22 - state of 32k_wdt

Bit 23 - XTAL_32K sel. 0: external XTAL_32K, 1: CLK from RTC pad X32P_C

Bit 30 - 0: power down XTAL at high level, 1: power down XTAL at low level

Bit 31 - Reserved register

Methods from Deref<Target = R<EXT_XTL_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.