[][src]Type Definition esp32::uhci::uhci_escape_conf_reg::R

type R = R<u32, UHCI_ESCAPE_CONF_REG>;

Reader of register UHCI_ESCAPE_CONF_REG

Methods

impl R[src]

pub fn uhci_rx_13_esc_en(&self) -> UHCI_RX_13_ESC_EN_R[src]

Bit 7 - Set this bit to enable flow control char 0x13 replace when DMA sends data.

pub fn uhci_rx_11_esc_en(&self) -> UHCI_RX_11_ESC_EN_R[src]

Bit 6 - Set this bit to enable flow control char 0x11 replace when DMA sends data.

pub fn uhci_rx_db_esc_en(&self) -> UHCI_RX_DB_ESC_EN_R[src]

Bit 5 - Set this bit to enable 0xdb char replace when DMA sends data.

pub fn uhci_rx_c0_esc_en(&self) -> UHCI_RX_C0_ESC_EN_R[src]

Bit 4 - Set this bit to enable 0xc0 char replace when DMA sends data.

pub fn uhci_tx_13_esc_en(&self) -> UHCI_TX_13_ESC_EN_R[src]

Bit 3 - Set this bit to enable flow control char 0x13 decode when DMA receives data.

pub fn uhci_tx_11_esc_en(&self) -> UHCI_TX_11_ESC_EN_R[src]

Bit 2 - Set this bit to enable flow control char 0x11 decode when DMA receives data.

pub fn uhci_tx_db_esc_en(&self) -> UHCI_TX_DB_ESC_EN_R[src]

Bit 1 - Set this bit to enable 0xdb char decode when DMA receives data.

pub fn uhci_tx_c0_esc_en(&self) -> UHCI_TX_C0_ESC_EN_R[src]

Bit 0 - Set this bit to enable 0xc0 char decode when DMA receives data.