pub struct W(_);Expand description
Register ESC_CONF2 writer
Implementations§
source§impl W
impl W
sourcepub fn esc_seq1(&mut self) -> ESC_SEQ1_W<'_, 0>
pub fn esc_seq1(&mut self) -> ESC_SEQ1_W<'_, 0>
Bits 0:7 - This register is used to define a character that need to be encoded. The default value is 0x11 that used as a flow control character.
sourcepub fn esc_seq1_char0(&mut self) -> ESC_SEQ1_CHAR0_W<'_, 8>
pub fn esc_seq1_char0(&mut self) -> ESC_SEQ1_CHAR0_W<'_, 8>
Bits 8:15 - This register is used to define the first character of SLIP escape sequence. The default value is 0xDB.
sourcepub fn esc_seq1_char1(&mut self) -> ESC_SEQ1_CHAR1_W<'_, 16>
pub fn esc_seq1_char1(&mut self) -> ESC_SEQ1_CHAR1_W<'_, 16>
Bits 16:23 - This register is used to define the second character of SLIP escape sequence. The default value is 0xDE.