Module esp32h2::uart0::clk_conf

source ·
Expand description

UART core clock configuration

Structs§

Type Aliases§

  • Register CLK_CONF reader
  • Field RST_CORE reader - Write 1 then write 0 to this bit to reset UART Rx.
  • Field RST_CORE writer - Write 1 then write 0 to this bit to reset UART Rx.
  • Field SCLK_EN reader - Set this bit to enable UART Rx clock.
  • Field SCLK_EN writer - Set this bit to enable UART Rx clock.
  • Field TX_RST_CORE reader - Write 1 then write 0 to this bit to reset UART Tx.
  • Field TX_RST_CORE writer - Write 1 then write 0 to this bit to reset UART Tx.
  • Field TX_SCLK_EN reader - Set this bit to enable UART Tx clock.
  • Field TX_SCLK_EN writer - Set this bit to enable UART Tx clock.
  • Register CLK_CONF writer