pub struct W(_);
Expand description
Register ESC_CONF2
writer
Implementations
sourceimpl W
impl W
sourcepub fn esc_seq1(&mut self) -> ESC_SEQ1_W<'_, 0>
pub fn esc_seq1(&mut self) -> ESC_SEQ1_W<'_, 0>
Bits 0:7 - a
sourcepub fn esc_seq1_char0(&mut self) -> ESC_SEQ1_CHAR0_W<'_, 8>
pub fn esc_seq1_char0(&mut self) -> ESC_SEQ1_CHAR0_W<'_, 8>
Bits 8:15 - a
sourcepub fn esc_seq1_char1(&mut self) -> ESC_SEQ1_CHAR1_W<'_, 16>
pub fn esc_seq1_char1(&mut self) -> ESC_SEQ1_CHAR1_W<'_, 16>
Bits 16:23 - a
Methods from Deref<Target = W<ESC_CONF2_SPEC>>
Trait Implementations
sourceimpl From<W<ESC_CONF2_SPEC>> for W
impl From<W<ESC_CONF2_SPEC>> for W
sourcefn from(writer: W<ESC_CONF2_SPEC>) -> Self
fn from(writer: W<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