pub struct W(_);
Expand description
Register ESC_CONF1
writer
Implementations§
source§impl W
impl W
sourcepub fn esc_seq0(&mut self) -> ESC_SEQ0_W<'_, 0>
pub fn esc_seq0(&mut self) -> ESC_SEQ0_W<'_, 0>
Bits 0:7 - a
sourcepub fn esc_seq0_char0(&mut self) -> ESC_SEQ0_CHAR0_W<'_, 8>
pub fn esc_seq0_char0(&mut self) -> ESC_SEQ0_CHAR0_W<'_, 8>
Bits 8:15 - a
sourcepub fn esc_seq0_char1(&mut self) -> ESC_SEQ0_CHAR1_W<'_, 16>
pub fn esc_seq0_char1(&mut self) -> ESC_SEQ0_CHAR1_W<'_, 16>
Bits 16:23 - a
Methods from Deref<Target = W<ESC_CONF1_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