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 stores the seperator char seperator char is used to seperate the data frame.
pub fn seper_esc_char0(&self) -> FieldReaderRaw<u8, u8>
pub fn seper_esc_char0(&self) -> FieldReaderRaw<u8, u8>
Bits 8:15 - This register stores thee first char used to replace seperator char in data.
pub fn seper_esc_char1(&self) -> FieldReaderRaw<u8, u8>
pub fn seper_esc_char1(&self) -> FieldReaderRaw<u8, u8>
Bits 16:23 - This register stores the second char used to replace seperator char in data . 0xdc 0xdb replace 0xc0 by default.
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.