pub struct R(_);
Expand description
Register ESC_CONF2
reader
Implementations§
source§impl R
impl R
sourcepub fn esc_seq1(&self) -> ESC_SEQ1_R
pub fn esc_seq1(&self) -> ESC_SEQ1_R
Bits 0:7 - This register stores the flow control char to turn on the flow_control
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 stores the first char used to replace the reg_esc_seq1 in data.
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 stores the second char used to replace the reg_esc_seq1 in data.
Methods from Deref<Target = R<ESC_CONF2_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more