Module esp32s2::uart0::flow_conf

source ·
Expand description

Software flow control configuration

Structs

Software flow control configuration
Register FLOW_CONF reader
Register FLOW_CONF writer

Type Definitions

Field FORCE_XOFF reader - Set this bit to stop the transmitter from sending data.
Field FORCE_XOFF writer - Set this bit to stop the transmitter from sending data.
Field FORCE_XON reader - Set this bit to force the transmitter to send data.
Field FORCE_XON writer - Set this bit to force the transmitter to send data.
Field SEND_XOFF reader - Set this bit to send an XOFF character. This bit is cleared by hardware automatically.
Field SEND_XOFF writer - Set this bit to send an XOFF character. This bit is cleared by hardware automatically.
Field SEND_XON reader - Set this bit to send an XON character. This bit is cleared by hardware automatically.
Field SEND_XON writer - Set this bit to send an XON character. This bit is cleared by hardware automatically.
Field SW_FLOW_CON_EN reader - Set this bit to enable software flow control. When UART receives flow control characters XON or XOFF, which can be configured by UART_XON_CHAR or UART_XOFF_CHAR respectively, UART_SW_XON_INT or UART_SW_XOFF_INT interrupts can be triggered if enabled.
Field SW_FLOW_CON_EN writer - Set this bit to enable software flow control. When UART receives flow control characters XON or XOFF, which can be configured by UART_XON_CHAR or UART_XOFF_CHAR respectively, UART_SW_XON_INT or UART_SW_XOFF_INT interrupts can be triggered if enabled.
Field XONOFF_DEL reader - Set this bit to remove flow control characters from the received data.
Field XONOFF_DEL writer - Set this bit to remove flow control characters from the received data.