pub struct R(_);Expand description
Register ESC_CONF2 reader
Implementations§
source§impl R
impl R
sourcepub fn esc_seq1(&self) -> ESC_SEQ1_R
pub fn esc_seq1(&self) -> ESC_SEQ1_R
Bits 0:7 - This register is used to define a char that need to be encoded, default is 0x11 that used as flow control char.
sourcepub fn esc_seq1_char0(&self) -> ESC_SEQ1_CHAR0_R
pub fn esc_seq1_char0(&self) -> ESC_SEQ1_CHAR0_R
Bits 8:15 - This register is used to define the first char of slip escape sequence when encoding the UHCI_ESC_SEQ1, default is 0xdb.
sourcepub fn esc_seq1_char1(&self) -> ESC_SEQ1_CHAR1_R
pub fn esc_seq1_char1(&self) -> ESC_SEQ1_CHAR1_R
Bits 16:23 - This register is used to define the second char of slip escape sequence when encoding the UHCI_ESC_SEQ1, default is 0xde.