pub struct W(_);
Expand description
Register CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn databits(&mut self) -> DATABITS_W<'_>
pub fn databits(&mut self) -> DATABITS_W<'_>
Bit 1 - Data-Bit Mode
sourcepub fn stopbits(&mut self) -> STOPBITS_W<'_>
pub fn stopbits(&mut self) -> STOPBITS_W<'_>
Bit 4 - Stop-Bit Mode
Methods from Deref<Target = W<CTRL_SPEC>>
Trait Implementations
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