pub struct R(_);
Expand description
Register ESC_CONF0
reader
Implementations
sourceimpl R
impl R
sourcepub fn seper_char(&self) -> SEPER_CHAR_R
pub fn seper_char(&self) -> SEPER_CHAR_R
Bits 0:7 - This register is used to define separators to encode data packets. The default value is 0xC0.
sourcepub fn seper_esc_char0(&self) -> SEPER_ESC_CHAR0_R
pub fn seper_esc_char0(&self) -> SEPER_ESC_CHAR0_R
Bits 8:15 - This register is used to define the first character of SLIP escape sequence. The default value is 0xDB.
sourcepub fn seper_esc_char1(&self) -> SEPER_ESC_CHAR1_R
pub fn seper_esc_char1(&self) -> SEPER_ESC_CHAR1_R
Bits 16:23 - This register is used to define the second character of SLIP escape sequence. The default value is 0xDC.
Methods from Deref<Target = R<ESC_CONF0_SPEC>>
Trait Implementations
sourceimpl From<R<ESC_CONF0_SPEC>> for R
impl From<R<ESC_CONF0_SPEC>> for R
sourcefn from(reader: R<ESC_CONF0_SPEC>) -> Self
fn from(reader: R<ESC_CONF0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more