Module esp32c3_hal::pac::uart0::flow_conf
Expand description
Software flow-control configuration
Structs
Software flow-control configuration
Register
FLOW_CONF
readerRegister
FLOW_CONF
writerType 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 enable the transmitter to go on sending data.Field
FORCE_XON
writer - Set this bit to enable the transmitter to go on sending data.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.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.