pub struct R(_);
Expand description
Register ESC_CONF3
reader
Implementations§
source§impl R
impl R
sourcepub fn esc_seq2(&self) -> ESC_SEQ2_R
pub fn esc_seq2(&self) -> ESC_SEQ2_R
Bits 0:7 - This register is used to define a char that need to be decoded, default is 0x13 that used as flow control char.
sourcepub fn esc_seq2_char0(&self) -> ESC_SEQ2_CHAR0_R
pub fn esc_seq2_char0(&self) -> ESC_SEQ2_CHAR0_R
Bits 8:15 - This register is used to define the first char of slip escape sequence when encoding the UHCI_ESC_SEQ2, default is 0xdb.
sourcepub fn esc_seq2_char1(&self) -> ESC_SEQ2_CHAR1_R
pub fn esc_seq2_char1(&self) -> ESC_SEQ2_CHAR1_R
Bits 16:23 - This register is used to define the second char of slip escape sequence when encoding the UHCI_ESC_SEQ2, default is 0xdf.