Struct esp32::uhci0::escape_conf::W
source · pub struct W(_);Expand description
Register ESCAPE_CONF writer
Implementations§
source§impl W
impl W
sourcepub fn tx_c0_esc_en(&mut self) -> TX_C0_ESC_EN_W<'_, 0>
pub fn tx_c0_esc_en(&mut self) -> TX_C0_ESC_EN_W<'_, 0>
Bit 0 - Set this bit to enable 0xc0 char decode when DMA receives data.
sourcepub fn tx_db_esc_en(&mut self) -> TX_DB_ESC_EN_W<'_, 1>
pub fn tx_db_esc_en(&mut self) -> TX_DB_ESC_EN_W<'_, 1>
Bit 1 - Set this bit to enable 0xdb char decode when DMA receives data.
sourcepub fn tx_11_esc_en(&mut self) -> TX_11_ESC_EN_W<'_, 2>
pub fn tx_11_esc_en(&mut self) -> TX_11_ESC_EN_W<'_, 2>
Bit 2 - Set this bit to enable flow control char 0x11 decode when DMA receives data.
sourcepub fn tx_13_esc_en(&mut self) -> TX_13_ESC_EN_W<'_, 3>
pub fn tx_13_esc_en(&mut self) -> TX_13_ESC_EN_W<'_, 3>
Bit 3 - Set this bit to enable flow control char 0x13 decode when DMA receives data.
sourcepub fn rx_c0_esc_en(&mut self) -> RX_C0_ESC_EN_W<'_, 4>
pub fn rx_c0_esc_en(&mut self) -> RX_C0_ESC_EN_W<'_, 4>
Bit 4 - Set this bit to enable 0xc0 char replace when DMA sends data.
sourcepub fn rx_db_esc_en(&mut self) -> RX_DB_ESC_EN_W<'_, 5>
pub fn rx_db_esc_en(&mut self) -> RX_DB_ESC_EN_W<'_, 5>
Bit 5 - Set this bit to enable 0xdb char replace when DMA sends data.
sourcepub fn rx_11_esc_en(&mut self) -> RX_11_ESC_EN_W<'_, 6>
pub fn rx_11_esc_en(&mut self) -> RX_11_ESC_EN_W<'_, 6>
Bit 6 - Set this bit to enable flow control char 0x11 replace when DMA sends data.
sourcepub fn rx_13_esc_en(&mut self) -> RX_13_ESC_EN_W<'_, 7>
pub fn rx_13_esc_en(&mut self) -> RX_13_ESC_EN_W<'_, 7>
Bit 7 - Set this bit to enable flow control char 0x13 replace when DMA sends data.