pub struct W(_);
Expand description
Register FRAME
writer
Implementations
sourceimpl W
impl W
sourcepub fn databits(&mut self) -> DATABITS_W<'_>
pub fn databits(&mut self) -> DATABITS_W<'_>
Bits 0:3 - Data-Bit Mode
sourcepub fn stopbits(&mut self) -> STOPBITS_W<'_>
pub fn stopbits(&mut self) -> STOPBITS_W<'_>
Bits 12:13 - Stop-Bit Mode
Methods from Deref<Target = W<FRAME_SPEC>>
Trait Implementations
sourceimpl From<W<FRAME_SPEC>> for W
impl From<W<FRAME_SPEC>> for W
sourcefn from(writer: W<FRAME_SPEC>) -> Self
fn from(writer: W<FRAME_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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