Struct esp32s3_hal::pac::uhci0::esc_conf0::R
pub struct R(_);
Expand description
Register ESC_CONF0
reader
Implementations§
§impl R
impl R
pub fn seper_char(&self) -> FieldReaderRaw<u8, u8>
pub fn seper_char(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - This register is used to define the separate char that need to be encoded, default is 0xc0.
pub fn seper_esc_char0(&self) -> FieldReaderRaw<u8, u8>
pub fn seper_esc_char0(&self) -> FieldReaderRaw<u8, u8>
Bits 8:15 - This register is used to define the first char of slip escape sequence when encoding the separate char, default is 0xdb.
pub fn seper_esc_char1(&self) -> FieldReaderRaw<u8, u8>
pub fn seper_esc_char1(&self) -> FieldReaderRaw<u8, u8>
Bits 16:23 - This register is used to define the second char of slip escape sequence when encoding the separate char, default is 0xdc.
Methods from Deref<Target = R<ESC_CONF0_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<ESC_CONF0_SPEC>> for R
impl From<R<ESC_CONF0_SPEC>> for R
§fn from(reader: R<ESC_CONF0_SPEC>) -> R
fn from(reader: R<ESC_CONF0_SPEC>) -> R
Converts to this type from the input type.