Module esp32c3::uart0::conf0

source ·
Expand description

a

Structs§

Type Aliases§

  • Field AUTOBAUD_EN reader - This is the enable bit for detecting baudrate.
  • Field AUTOBAUD_EN writer - This is the enable bit for detecting baudrate.
  • Field BIT_NUM reader - This register is used to set the length of data.
  • Field BIT_NUM writer - This register is used to set the length of data.
  • Field CLK_EN reader - 1’h1: Force clock on for register. 1’h0: Support clock only when application writes registers.
  • Field CLK_EN writer - 1’h1: Force clock on for register. 1’h0: Support clock only when application writes registers.
  • Field CTS_INV reader - Set this bit to inverse the level value of uart cts signal.
  • Field CTS_INV writer - Set this bit to inverse the level value of uart cts signal.
  • Field DSR_INV reader - Set this bit to inverse the level value of uart dsr signal.
  • Field DSR_INV writer - Set this bit to inverse the level value of uart dsr signal.
  • Field DTR_INV reader - Set this bit to inverse the level value of uart dtr signal.
  • Field DTR_INV writer - Set this bit to inverse the level value of uart dtr signal.
  • Field ERR_WR_MASK reader - 1’h1: Receiver stops storing data into FIFO when data is wrong. 1’h0: Receiver stores the data even if the received data is wrong.
  • Field ERR_WR_MASK writer - 1’h1: Receiver stops storing data into FIFO when data is wrong. 1’h0: Receiver stores the data even if the received data is wrong.
  • Field IRDA_DPLX reader - Set this bit to enable IrDA loopback mode.
  • Field IRDA_DPLX writer - Set this bit to enable IrDA loopback mode.
  • Field IRDA_EN reader - Set this bit to enable IrDA protocol.
  • Field IRDA_EN writer - Set this bit to enable IrDA protocol.
  • Field IRDA_RX_INV reader - Set this bit to invert the level of IrDA receiver.
  • Field IRDA_RX_INV writer - Set this bit to invert the level of IrDA receiver.
  • Field IRDA_TX_EN reader - This is the start enable bit for IrDA transmitter.
  • Field IRDA_TX_EN writer - This is the start enable bit for IrDA transmitter.
  • Field IRDA_TX_INV reader - Set this bit to invert the level of IrDA transmitter.
  • Field IRDA_TX_INV writer - Set this bit to invert the level of IrDA transmitter.
  • Field IRDA_WCTL reader - 1’h1: The IrDA transmitter’s 11th bit is the same as 10th bit. 1’h0: Set IrDA transmitter’s 11th bit to 0.
  • Field IRDA_WCTL writer - 1’h1: The IrDA transmitter’s 11th bit is the same as 10th bit. 1’h0: Set IrDA transmitter’s 11th bit to 0.
  • Field LOOPBACK reader - Set this bit to enable uart loopback test mode.
  • Field LOOPBACK writer - Set this bit to enable uart loopback test mode.
  • Field MEM_CLK_EN reader - UART memory clock gate enable signal.
  • Field MEM_CLK_EN writer - UART memory clock gate enable signal.
  • Field PARITY_EN reader - Set this bit to enable uart parity check.
  • Field PARITY_EN writer - Set this bit to enable uart parity check.
  • Field PARITY reader - This register is used to configure the parity check mode.
  • Field PARITY writer - This register is used to configure the parity check mode.
  • Register CONF0 reader
  • Field RTS_INV reader - Set this bit to inverse the level value of uart rts signal.
  • Field RTS_INV writer - Set this bit to inverse the level value of uart rts signal.
  • Field RXD_INV reader - Set this bit to inverse the level value of uart rxd signal.
  • Field RXD_INV writer - Set this bit to inverse the level value of uart rxd signal.
  • Field RXFIFO_RST reader - Set this bit to reset the uart receive-FIFO.
  • Field RXFIFO_RST writer - Set this bit to reset the uart receive-FIFO.
  • Field STOP_BIT_NUM reader - This register is used to set the length of stop bit.
  • Field STOP_BIT_NUM writer - This register is used to set the length of stop bit.
  • Field SW_DTR reader - This register is used to configure the software dtr signal which is used in software flow control.
  • Field SW_DTR writer - This register is used to configure the software dtr signal which is used in software flow control.
  • Field SW_RTS reader - This register is used to configure the software rts signal which is used in software flow control.
  • Field SW_RTS writer - This register is used to configure the software rts signal which is used in software flow control.
  • Field TXD_BRK reader - Set this bit to enbale transmitter to send NULL when the process of sending data is done.
  • Field TXD_BRK writer - Set this bit to enbale transmitter to send NULL when the process of sending data is done.
  • Field TXD_INV reader - Set this bit to inverse the level value of uart txd signal.
  • Field TXD_INV writer - Set this bit to inverse the level value of uart txd signal.
  • Field TXFIFO_RST reader - Set this bit to reset the uart transmit-FIFO.
  • Field TXFIFO_RST writer - Set this bit to reset the uart transmit-FIFO.
  • Field TX_FLOW_EN reader - Set this bit to enable flow control function for transmitter.
  • Field TX_FLOW_EN writer - Set this bit to enable flow control function for transmitter.
  • Register CONF0 writer