pub struct R(_);
Expand description
Register _0TXFIFO_POP
reader
Implementations
sourceimpl R
impl R
sourcepub fn slc0_txfifo_rdata(&self) -> SLC0_TXFIFO_RDATA_R
pub fn slc0_txfifo_rdata(&self) -> SLC0_TXFIFO_RDATA_R
Bits 0:10
sourcepub fn slc0_txfifo_pop(&self) -> SLC0_TXFIFO_POP_R
pub fn slc0_txfifo_pop(&self) -> SLC0_TXFIFO_POP_R
Bit 16
Methods from Deref<Target = R<_0TXFIFO_POP_SPEC>>
Trait Implementations
sourceimpl From<R<_0TXFIFO_POP_SPEC>> for R
impl From<R<_0TXFIFO_POP_SPEC>> for R
sourcefn from(reader: R<_0TXFIFO_POP_SPEC>) -> Self
fn from(reader: R<_0TXFIFO_POP_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