pub struct R(_);Expand description
Register _0RXFIFO_PUSH reader
Implementations
sourceimpl R
impl R
sourcepub fn slc0_rxfifo_wdata(&self) -> SLC0_RXFIFO_WDATA_R
pub fn slc0_rxfifo_wdata(&self) -> SLC0_RXFIFO_WDATA_R
Bits 0:8
sourcepub fn slc0_rxfifo_push(&self) -> SLC0_RXFIFO_PUSH_R
pub fn slc0_rxfifo_push(&self) -> SLC0_RXFIFO_PUSH_R
Bit 16
Methods from Deref<Target = R<_0RXFIFO_PUSH_SPEC>>
Trait Implementations
sourceimpl From<R<_0RXFIFO_PUSH_SPEC>> for R
impl From<R<_0RXFIFO_PUSH_SPEC>> for R
sourcefn from(reader: R<_0RXFIFO_PUSH_SPEC>) -> Self
fn from(reader: R<_0RXFIFO_PUSH_SPEC>) -> Self
Converts to this type from the input type.
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