Module esp32s2::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: enable RS485 transmitter to send data when RS485 receiver line is busy. 0: RS485 transmitter should not send data when its receiver is busy.
  • Field RS485RXBY_TX_EN writer - 1: enable RS485 transmitter to send data when RS485 receiver line is busy. 0: RS485 transmitter should not send data when its receiver is busy.
  • Field RS485TX_RX_EN reader - Set this bit to enable the receiver could receive data when the transmitter is transmitting data in RS485 mode.
  • Field RS485TX_RX_EN writer - Set this bit to enable the receiver could receive data when the transmitter is transmitting data in RS485 mode.
  • Field RS485_EN reader - Set this bit to choose RS485 mode.
  • Field RS485_EN writer - Set this bit to choose 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