Module esp32s3::uhci0::esc_conf0

source ·
Expand description

Escape sequence configuration register 0

Structs

Escape sequence configuration register 0
Register ESC_CONF0 reader
Register ESC_CONF0 writer

Type Definitions

Field SEPER_CHAR reader - This register is used to define the separate char that need to be encoded, default is 0xc0.
Field SEPER_CHAR writer - This register is used to define the separate char that need to be encoded, default is 0xc0.
Field SEPER_ESC_CHAR0 reader - This register is used to define the first char of slip escape sequence when encoding the separate char, default is 0xdb.
Field SEPER_ESC_CHAR0 writer - This register is used to define the first char of slip escape sequence when encoding the separate char, default is 0xdb.
Field SEPER_ESC_CHAR1 reader - This register is used to define the second char of slip escape sequence when encoding the separate char, default is 0xdc.
Field SEPER_ESC_CHAR1 writer - This register is used to define the second char of slip escape sequence when encoding the separate char, default is 0xdc.