Module esp32s2::uart0::idle_conf

source ·
Expand description

Frame end idle time configuration

Structs§

Type Aliases§

  • Register IDLE_CONF reader
  • Field RX_IDLE_THRHD reader - A frame end signal is generated when the receiver takes more time to receive one byte data than this register’s value, in the unit of bit time (the time it takes to transfer one bit).
  • Field RX_IDLE_THRHD writer - A frame end signal is generated when the receiver takes more time to receive one byte data than this register’s value, in the unit of bit time (the time it takes to transfer one bit).
  • Field TX_BRK_NUM reader - This register is used to configure the number of 0 to be sent after the process of sending data is done. It is active when UART_TXD_BRK is set to 1.
  • Field TX_BRK_NUM writer - This register is used to configure the number of 0 to be sent after the process of sending data is done. It is active when UART_TXD_BRK is set to 1.
  • Field TX_IDLE_NUM reader - This register is used to configure the duration time between transfers, in the unit of bit time (the time it takes to transfer one bit).
  • Field TX_IDLE_NUM writer - This register is used to configure the duration time between transfers, in the unit of bit time (the time it takes to transfer one bit).
  • Register IDLE_CONF writer