pub struct W(_);
Expand description
Register CR
writer
Implementations
sourceimpl W
impl W
sourcepub fn portsize(&mut self) -> PORTSIZE_W<'_>
pub fn portsize(&mut self) -> PORTSIZE_W<'_>
Bits 4:6 - Port Size bits 2:0
sourcepub fn portmode2(&mut self) -> PORTMODE2_W<'_>
pub fn portmode2(&mut self) -> PORTMODE2_W<'_>
Bit 13 - Port Mode bit 2
sourcepub fn portmode(&mut self) -> PORTMODE_W<'_>
pub fn portmode(&mut self) -> PORTMODE_W<'_>
Bits 16:17 - Port Mode bits 1:0
sourcepub fn portsize3(&mut self) -> PORTSIZE3_W<'_>
pub fn portsize3(&mut self) -> PORTSIZE3_W<'_>
Bit 21 - Port Size bit 3
Methods from Deref<Target = W<CR_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