Module esp32::uart0::idle_conf

source ·
Expand description

Structs

Type Aliases

  • Register IDLE_CONF reader
  • Field RX_IDLE_THRHD reader - when receiver takes more time than this register value to receive a byte data. it will produce frame end signal for uhci to stop receiving data.
  • Field RX_IDLE_THRHD writer - when receiver takes more time than this register value to receive a byte data. it will produce frame end signal for uhci to stop receiving data.
  • Field TX_BRK_NUM reader - This register is used to configure the num of 0 send after the process of sending data is done. it is active when txd_brk is set to 1.
  • Field TX_BRK_NUM writer - This register is used to configure the num of 0 send after the process of sending data is done. it is active when txd_brk is set to 1.
  • Field TX_IDLE_NUM reader - This register is used to configure the duration time between transfers.
  • Field TX_IDLE_NUM writer - This register is used to configure the duration time between transfers.
  • Register IDLE_CONF writer