pub struct R(_);
Expand description
Register ESC_CONF2
reader
Implementations
sourceimpl R
impl R
sourcepub fn esc_seq1(&self) -> ESC_SEQ1_R
pub fn esc_seq1(&self) -> ESC_SEQ1_R
Bits 0:7 - This register is used to define a character that need to be encoded. The default value is 0x11 that used as a flow control character.
sourcepub fn esc_seq1_char0(&self) -> ESC_SEQ1_CHAR0_R
pub fn esc_seq1_char0(&self) -> ESC_SEQ1_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_seq1_char1(&self) -> ESC_SEQ1_CHAR1_R
pub fn esc_seq1_char1(&self) -> ESC_SEQ1_CHAR1_R
Bits 16:23 - This register is used to define the second character of SLIP escape sequence. The default value is 0xDE.
Methods from Deref<Target = R<ESC_CONF2_SPEC>>
Trait Implementations
sourceimpl From<R<ESC_CONF2_SPEC>> for R
impl From<R<ESC_CONF2_SPEC>> for R
sourcefn from(reader: R<ESC_CONF2_SPEC>) -> Self
fn from(reader: R<ESC_CONF2_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