pub struct W(_);
Expand description
Register BAUD
writer
Implementations
sourceimpl W
impl W
sourcepub fn hsbaudlow(&mut self) -> HSBAUDLOW_W<'_>
pub fn hsbaudlow(&mut self) -> HSBAUDLOW_W<'_>
Bits 24:31 - High Speed Baud Rate Value Low
Methods from Deref<Target = W<BAUD_SPEC>>
Trait Implementations
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