pub struct R(_);
Expand description
Register ESC_CONF0
reader
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 - This register is used to define the separate char that need to be encoded, default 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 - 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(&self) -> SEPER_ESC_CHAR1_R
pub fn seper_esc_char1(&self) -> SEPER_ESC_CHAR1_R
Bits 16:23 - This register is used to define the second char of slip escape sequence when encoding the separate char, default is 0xdc.