Module esp32s2::uhci0::escape_conf

source ·
Expand description

Escape character configuration

Structs

  • Escape character configuration
  • Register ESCAPE_CONF reader
  • Register ESCAPE_CONF writer

Type Definitions

  • Field RX_11_ESC_EN reader - Set this bit to replace flow control character 0x11 by special characters when DMA sends data.
  • Field RX_11_ESC_EN writer - Set this bit to replace flow control character 0x11 by special characters when DMA sends data.
  • Field RX_13_ESC_EN reader - Set this bit to replace flow control character 0x13 by special characters when DMA sends data.
  • Field RX_13_ESC_EN writer - Set this bit to replace flow control character 0x13 by special characters when DMA sends data.
  • Field RX_C0_ESC_EN reader - Set this bit to replace 0xC0 by special characters when DMA sends data.
  • Field RX_C0_ESC_EN writer - Set this bit to replace 0xC0 by special characters when DMA sends data.
  • Field RX_DB_ESC_EN reader - Set this bit to replace 0xDB by special characters when DMA sends data.
  • Field RX_DB_ESC_EN writer - Set this bit to replace 0xDB by special characters when DMA sends data.
  • Field TX_11_ESC_EN reader - Set this bit to decode flow control character 0x11 when DMA receives data.
  • Field TX_11_ESC_EN writer - Set this bit to decode flow control character 0x11 when DMA receives data.
  • Field TX_13_ESC_EN reader - Set this bit to decode flow control character 0x13 when DMA receives data.
  • Field TX_13_ESC_EN writer - Set this bit to decode flow control character 0x13 when DMA receives data.
  • Field TX_C0_ESC_EN reader - Set this bit to decode character 0xC0 when DMA receives data.
  • Field TX_C0_ESC_EN writer - Set this bit to decode character 0xC0 when DMA receives data.
  • Field TX_DB_ESC_EN reader - Set this bit to decode character 0xDB when DMA receives data.
  • Field TX_DB_ESC_EN writer - Set this bit to decode character 0xDB when DMA receives data.