pub struct W(_);
Expand description
Register RXCTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn datasize(&mut self) -> DATASIZE_W<'_>
pub fn datasize(&mut self) -> DATASIZE_W<'_>
Bits 8:10 - Data Word Size
sourcepub fn slotdis0(&mut self) -> SLOTDIS0_W<'_>
pub fn slotdis0(&mut self) -> SLOTDIS0_W<'_>
Bit 16 - Slot 0 Disabled for this Serializer
sourcepub fn slotdis1(&mut self) -> SLOTDIS1_W<'_>
pub fn slotdis1(&mut self) -> SLOTDIS1_W<'_>
Bit 17 - Slot 1 Disabled for this Serializer
sourcepub fn slotdis2(&mut self) -> SLOTDIS2_W<'_>
pub fn slotdis2(&mut self) -> SLOTDIS2_W<'_>
Bit 18 - Slot 2 Disabled for this Serializer
sourcepub fn slotdis3(&mut self) -> SLOTDIS3_W<'_>
pub fn slotdis3(&mut self) -> SLOTDIS3_W<'_>
Bit 19 - Slot 3 Disabled for this Serializer
sourcepub fn slotdis4(&mut self) -> SLOTDIS4_W<'_>
pub fn slotdis4(&mut self) -> SLOTDIS4_W<'_>
Bit 20 - Slot 4 Disabled for this Serializer
sourcepub fn slotdis5(&mut self) -> SLOTDIS5_W<'_>
pub fn slotdis5(&mut self) -> SLOTDIS5_W<'_>
Bit 21 - Slot 5 Disabled for this Serializer
sourcepub fn slotdis6(&mut self) -> SLOTDIS6_W<'_>
pub fn slotdis6(&mut self) -> SLOTDIS6_W<'_>
Bit 22 - Slot 6 Disabled for this Serializer
sourcepub fn slotdis7(&mut self) -> SLOTDIS7_W<'_>
pub fn slotdis7(&mut self) -> SLOTDIS7_W<'_>
Bit 23 - Slot 7 Disabled for this Serializer
Methods from Deref<Target = W<RXCTRL_SPEC>>
Trait Implementations
sourceimpl From<W<RXCTRL_SPEC>> for W
impl From<W<RXCTRL_SPEC>> for W
sourcefn from(writer: W<RXCTRL_SPEC>) -> Self
fn from(writer: W<RXCTRL_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