pub struct R(_);
Expand description
Register ESC_CONF3
reader
Implementations§
source§impl R
impl R
sourcepub fn esc_seq2(&self) -> ESC_SEQ2_R
pub fn esc_seq2(&self) -> ESC_SEQ2_R
Bits 0:7 - This register stores the flow_control char to turn off the flow_control
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 stores the first char used to replace the reg_esc_seq2 in data.
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 stores the second char used to replace the reg_esc_seq2 in data.
Methods from Deref<Target = R<ESC_CONF3_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