pub struct W(_);
Expand description
Register ESCAPE_CONF
writer
Implementations
sourceimpl 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.
Methods from Deref<Target = W<ESCAPE_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<ESCAPE_CONF_SPEC>> for W
impl From<W<ESCAPE_CONF_SPEC>> for W
sourcefn from(writer: W<ESCAPE_CONF_SPEC>) -> Self
fn from(writer: W<ESCAPE_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more