pub struct R(_);
Expand description
Register ESC_CONF1
reader
Implementations§
source§impl R
impl R
sourcepub fn esc_seq0(&self) -> ESC_SEQ0_R
pub fn esc_seq0(&self) -> ESC_SEQ0_R
Bits 0:7 - This register is used to define a char that need to be encoded, default is 0xdb that used as the first char of slip escape sequence.
sourcepub fn esc_seq0_char0(&self) -> ESC_SEQ0_CHAR0_R
pub fn esc_seq0_char0(&self) -> ESC_SEQ0_CHAR0_R
Bits 8:15 - This register is used to define the first char of slip escape sequence when encoding the UHCI_ESC_SEQ0, default is 0xdb.
sourcepub fn esc_seq0_char1(&self) -> ESC_SEQ0_CHAR1_R
pub fn esc_seq0_char1(&self) -> ESC_SEQ0_CHAR1_R
Bits 16:23 - This register is used to define the second char of slip escape sequence when encoding the UHCI_ESC_SEQ0, default is 0xdd.