pub struct R(_);
Expand description
Register IN_POP_CH%s
reader
Implementations
sourceimpl R
impl R
sourcepub fn infifo_rdata(&self) -> INFIFO_RDATA_R
pub fn infifo_rdata(&self) -> INFIFO_RDATA_R
Bits 0:11 - This register stores the data popping from DMA FIFO.
sourcepub fn infifo_pop(&self) -> INFIFO_POP_R
pub fn infifo_pop(&self) -> INFIFO_POP_R
Bit 12 - Set this bit to pop data from DMA FIFO.
Methods from Deref<Target = R<IN_POP_CH_SPEC>>
Trait Implementations
sourceimpl From<R<IN_POP_CH_SPEC>> for R
impl From<R<IN_POP_CH_SPEC>> for R
sourcefn from(reader: R<IN_POP_CH_SPEC>) -> Self
fn from(reader: R<IN_POP_CH_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