pub type W = W<ESC_CONF1_SPEC>;Expand description
Register ESC_CONF1 writer
Aliased Type§
struct W { /* private fields */ }Implementations§
source§impl W
impl W
sourcepub fn esc_seq0(&mut self) -> ESC_SEQ0_W<'_, ESC_CONF1_SPEC>
pub fn esc_seq0(&mut self) -> ESC_SEQ0_W<'_, ESC_CONF1_SPEC>
Bits 0:7 - Configures the char needing encoding, which is 0xDB as flow control char by default.
sourcepub fn esc_seq0_char0(&mut self) -> ESC_SEQ0_CHAR0_W<'_, ESC_CONF1_SPEC>
pub fn esc_seq0_char0(&mut self) -> ESC_SEQ0_CHAR0_W<'_, ESC_CONF1_SPEC>
Bits 8:15 - Configures the first char of SLIP escape character, default value is 0xDB.
sourcepub fn esc_seq0_char1(&mut self) -> ESC_SEQ0_CHAR1_W<'_, ESC_CONF1_SPEC>
pub fn esc_seq0_char1(&mut self) -> ESC_SEQ0_CHAR1_W<'_, ESC_CONF1_SPEC>
Bits 16:23 - Configures the second char of SLIP escape character, default value is 0xDD.