pub struct R(_);Expand description
Register ESC_CONF3 reader
Implementations
sourceimpl R
impl R
sourcepub fn esc_seq2(&self) -> ESC_SEQ2_R
pub fn esc_seq2(&self) -> ESC_SEQ2_R
Bits 0:7 - This register is used to define a character that need to be decoded. The default value is 0x13 that used as a flow control character.
sourcepub fn esc_seq2_char0(&self) -> ESC_SEQ2_CHAR0_R
pub fn esc_seq2_char0(&self) -> ESC_SEQ2_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 esc_seq2_char1(&self) -> ESC_SEQ2_CHAR1_R
pub fn esc_seq2_char1(&self) -> ESC_SEQ2_CHAR1_R
Bits 16:23 - This register is used to define the second character of SLIP escape sequence. The default value is 0xDF.
Methods from Deref<Target = R<ESC_CONF3_SPEC>>
Trait Implementations
sourceimpl From<R<ESC_CONF3_SPEC>> for R
impl From<R<ESC_CONF3_SPEC>> for R
sourcefn from(reader: R<ESC_CONF3_SPEC>) -> Self
fn from(reader: R<ESC_CONF3_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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