pub type R = R<ESC_CONF0_SPEC>;Expand description
Register ESC_CONF0 reader
Aliased Type§
struct R { /* private fields */ }Implementations§
source§impl R
impl R
sourcepub fn seper_char(&self) -> SEPER_CHAR_R
pub fn seper_char(&self) -> SEPER_CHAR_R
Bits 0:7 - Configures the delimiter for encoding, default value is 0xC0.
sourcepub fn seper_esc_char0(&self) -> SEPER_ESC_CHAR0_R
pub fn seper_esc_char0(&self) -> SEPER_ESC_CHAR0_R
Bits 8:15 - Configures the first char of SLIP escape character, default value is 0xDB.
sourcepub fn seper_esc_char1(&self) -> SEPER_ESC_CHAR1_R
pub fn seper_esc_char1(&self) -> SEPER_ESC_CHAR1_R
Bits 16:23 - Configures the second char of SLIP escape character, default value is 0xDC.