Module esp32c3::uart0::flow_conf

source ·
Expand description

Software flow-control configuration

Structs§

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 FLOW_CONF 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 FLOW_CONF writer
  • 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.