Module esp32c6::uart0::swfc_conf0
source · Expand description
Software flow-control character configuration
Structs§
- Software flow-control character configuration
Type Aliases§
- 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 enable the transmitter to go on sending data. - Field
FORCE_XON
writer - Set this bit to enable the transmitter to go on sending data. - Register
SWFC_CONF0
reader - Field
SEND_XOFF
reader - Set this bit to send Xoff char. It is cleared by hardware automatically. - Field
SEND_XOFF
writer - Set this bit to send Xoff char. It is cleared by hardware automatically. - Field
SEND_XON
reader - Set this bit to send Xon char. It is cleared by hardware automatically. - Field
SEND_XON
writer - Set this bit to send Xon char. It is cleared by hardware automatically. - Field
SW_FLOW_CON_EN
reader - Set this bit to enable software flow control. It is used with register sw_xon or sw_xoff. - Field
SW_FLOW_CON_EN
writer - Set this bit to enable software flow control. It is used with register sw_xon or sw_xoff. - Register
SWFC_CONF0
writer - Field
XOFF_CHAR
reader - This register stores the Xoff flow control char. - Field
XOFF_CHAR
writer - This register stores the Xoff flow control char. - Field
XONOFF_DEL
reader - Set this bit to remove flow control char from the received data. - Field
XONOFF_DEL
writer - Set this bit to remove flow control char from the received data. - Field
XON_CHAR
reader - This register stores the Xon flow control char. - Field
XON_CHAR
writer - This register stores the Xon flow control char. - Field
XON_XOFF_STILL_SEND
reader - In software flow control mode, UART Tx is disabled once UART Rx receives XOFF. In this status, UART Tx can not transmit XOFF even the received data number is larger than UART_XOFF_THRESHOLD. Set this bit to enable UART Tx can transmit XON/XOFF when UART Tx is disabled. - Field
XON_XOFF_STILL_SEND
writer - In software flow control mode, UART Tx is disabled once UART Rx receives XOFF. In this status, UART Tx can not transmit XOFF even the received data number is larger than UART_XOFF_THRESHOLD. Set this bit to enable UART Tx can transmit XON/XOFF when UART Tx is disabled.