Module esp32c3::uart0::rs485_conf

source ·
Expand description

RS485 mode configuration

Structs§

Type Aliases§

  • Field DL0_EN reader - Set this bit to delay the stop bit by 1 bit.
  • Field DL0_EN writer - Set this bit to delay the stop bit by 1 bit.
  • Field DL1_EN reader - Set this bit to delay the stop bit by 1 bit.
  • Field DL1_EN writer - Set this bit to delay the stop bit by 1 bit.
  • Register RS485_CONF reader
  • Field RS485RXBY_TX_EN reader - 1’h1: enable rs485 transmitter to send data when rs485 receiver line is busy.
  • Field RS485RXBY_TX_EN writer - 1’h1: enable rs485 transmitter to send data when rs485 receiver line is busy.
  • Field RS485TX_RX_EN reader - Set this bit to enable receiver could receive data when the transmitter is transmitting data in rs485 mode.
  • Field RS485TX_RX_EN writer - Set this bit to enable receiver could receive data when the transmitter is transmitting data in rs485 mode.
  • Field RS485_EN reader - Set this bit to choose the rs485 mode.
  • Field RS485_EN writer - Set this bit to choose the rs485 mode.
  • Field RS485_RX_DLY_NUM reader - This register is used to delay the receiver’s internal data signal.
  • Field RS485_RX_DLY_NUM writer - This register is used to delay the receiver’s internal data signal.
  • Field RS485_TX_DLY_NUM reader - This register is used to delay the transmitter’s internal data signal.
  • Field RS485_TX_DLY_NUM writer - This register is used to delay the transmitter’s internal data signal.
  • Register RS485_CONF writer