pub struct W(_);
Expand description
Register ESC_CONF1
writer
Implementations§
source§impl W
impl W
sourcepub fn esc_seq0(&mut self) -> ESC_SEQ0_W<'_, 0>
pub fn esc_seq0(&mut self) -> ESC_SEQ0_W<'_, 0>
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(&mut self) -> ESC_SEQ0_CHAR0_W<'_, 8>
pub fn esc_seq0_char0(&mut self) -> ESC_SEQ0_CHAR0_W<'_, 8>
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(&mut self) -> ESC_SEQ0_CHAR1_W<'_, 16>
pub fn esc_seq0_char1(&mut self) -> ESC_SEQ0_CHAR1_W<'_, 16>
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.