Struct esp32c3::uart0::clk_conf::W[][src]

pub struct W(_);
Expand description

Register CLK_CONF writer

Implementations

Bits 0:5 - The denominator of the frequency divider factor.

Bits 6:11 - The numerator of the frequency divider factor.

Bits 12:19 - The integral part of the frequency divider factor.

Bits 20:21 - UART clock source select. 1: 80Mhz, 2: 8Mhz, 3: XTAL.

Bit 22 - Set this bit to enable UART Tx/Rx clock.

Bit 23 - Write 1 then write 0 to this bit, reset UART Tx/Rx.

Bit 24 - Set this bit to enable UART Tx clock.

Bit 25 - Set this bit to enable UART Rx clock.

Bit 26 - Write 1 then write 0 to this bit, reset UART Tx.

Bit 27 - Write 1 then write 0 to this bit, reset UART Rx.

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.

Performs the conversion.

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

Performs the conversion.

Performs the conversion.

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.