pub struct W(_);
Expand description
Register ESC_CONF0
writer
Implementations§
source§impl W
impl W
sourcepub fn seper_char(&mut self) -> SEPER_CHAR_W<'_, 0>
pub fn seper_char(&mut self) -> SEPER_CHAR_W<'_, 0>
Bits 0:7 - This register is used to define the separate char that need to be encoded, default is 0xc0.
sourcepub fn seper_esc_char0(&mut self) -> SEPER_ESC_CHAR0_W<'_, 8>
pub fn seper_esc_char0(&mut self) -> SEPER_ESC_CHAR0_W<'_, 8>
Bits 8:15 - This register is used to define the first char of slip escape sequence when encoding the separate char, default is 0xdb.
sourcepub fn seper_esc_char1(&mut self) -> SEPER_ESC_CHAR1_W<'_, 16>
pub fn seper_esc_char1(&mut self) -> SEPER_ESC_CHAR1_W<'_, 16>
Bits 16:23 - This register is used to define the second char of slip escape sequence when encoding the separate char, default is 0xdc.