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 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.
Methods from Deref<Target = W<CLK_CONF_SPEC>>
Trait Implementations
Performs the conversion.