Struct esp32s3_hal::pac::uhci0::escape_conf::R
pub struct R(_);
Expand description
Register ESCAPE_CONF
reader
Implementations§
§impl R
impl R
pub fn tx_c0_esc_en(&self) -> BitReaderRaw<bool>
pub fn tx_c0_esc_en(&self) -> BitReaderRaw<bool>
Bit 0 - Set this bit to enable decoding char 0xc0 when DMA receives data.
pub fn tx_db_esc_en(&self) -> BitReaderRaw<bool>
pub fn tx_db_esc_en(&self) -> BitReaderRaw<bool>
Bit 1 - Set this bit to enable decoding char 0xdb when DMA receives data.
pub fn tx_11_esc_en(&self) -> BitReaderRaw<bool>
pub fn tx_11_esc_en(&self) -> BitReaderRaw<bool>
Bit 2 - Set this bit to enable decoding flow control char 0x11 when DMA receives data.
pub fn tx_13_esc_en(&self) -> BitReaderRaw<bool>
pub fn tx_13_esc_en(&self) -> BitReaderRaw<bool>
Bit 3 - Set this bit to enable decoding flow control char 0x13 when DMA receives data.
pub fn rx_c0_esc_en(&self) -> BitReaderRaw<bool>
pub fn rx_c0_esc_en(&self) -> BitReaderRaw<bool>
Bit 4 - Set this bit to enable replacing 0xc0 by special char when DMA sends data.
pub fn rx_db_esc_en(&self) -> BitReaderRaw<bool>
pub fn rx_db_esc_en(&self) -> BitReaderRaw<bool>
Bit 5 - Set this bit to enable replacing 0xdb by special char when DMA sends data.
pub fn rx_11_esc_en(&self) -> BitReaderRaw<bool>
pub fn rx_11_esc_en(&self) -> BitReaderRaw<bool>
Bit 6 - Set this bit to enable replacing flow control char 0x11 by special char when DMA sends data.
pub fn rx_13_esc_en(&self) -> BitReaderRaw<bool>
pub fn rx_13_esc_en(&self) -> BitReaderRaw<bool>
Bit 7 - Set this bit to enable replacing flow control char 0x13 by special char when DMA sends data.
Methods from Deref<Target = R<ESCAPE_CONF_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<ESCAPE_CONF_SPEC>> for R
impl From<R<ESCAPE_CONF_SPEC>> for R
§fn from(reader: R<ESCAPE_CONF_SPEC>) -> R
fn from(reader: R<ESCAPE_CONF_SPEC>) -> R
Converts to this type from the input type.