pub struct R(_);
Expand description
Register RXCTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn datasize(&self) -> DATASIZE_R
pub fn datasize(&self) -> DATASIZE_R
Bits 8:10 - Data Word Size
sourcepub fn slotdis0(&self) -> SLOTDIS0_R
pub fn slotdis0(&self) -> SLOTDIS0_R
Bit 16 - Slot 0 Disabled for this Serializer
sourcepub fn slotdis1(&self) -> SLOTDIS1_R
pub fn slotdis1(&self) -> SLOTDIS1_R
Bit 17 - Slot 1 Disabled for this Serializer
sourcepub fn slotdis2(&self) -> SLOTDIS2_R
pub fn slotdis2(&self) -> SLOTDIS2_R
Bit 18 - Slot 2 Disabled for this Serializer
sourcepub fn slotdis3(&self) -> SLOTDIS3_R
pub fn slotdis3(&self) -> SLOTDIS3_R
Bit 19 - Slot 3 Disabled for this Serializer
sourcepub fn slotdis4(&self) -> SLOTDIS4_R
pub fn slotdis4(&self) -> SLOTDIS4_R
Bit 20 - Slot 4 Disabled for this Serializer
sourcepub fn slotdis5(&self) -> SLOTDIS5_R
pub fn slotdis5(&self) -> SLOTDIS5_R
Bit 21 - Slot 5 Disabled for this Serializer
sourcepub fn slotdis6(&self) -> SLOTDIS6_R
pub fn slotdis6(&self) -> SLOTDIS6_R
Bit 22 - Slot 6 Disabled for this Serializer
sourcepub fn slotdis7(&self) -> SLOTDIS7_R
pub fn slotdis7(&self) -> SLOTDIS7_R
Bit 23 - Slot 7 Disabled for this Serializer
Methods from Deref<Target = R<RXCTRL_SPEC>>
Trait Implementations
sourceimpl From<R<RXCTRL_SPEC>> for R
impl From<R<RXCTRL_SPEC>> for R
sourcefn from(reader: R<RXCTRL_SPEC>) -> Self
fn from(reader: R<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