Struct esp32_hal::pac::uhci0::dma_in_pop::R
pub struct R(_);
Expand description
Register DMA_IN_POP
reader
Implementations§
§impl R
impl R
pub fn infifo_rdata(&self) -> FieldReaderRaw<u16, u16>
pub fn infifo_rdata(&self) -> FieldReaderRaw<u16, u16>
Bits 0:11 - This register stores the data pop from in link descriptor’s fifo.
pub fn infifo_pop(&self) -> BitReaderRaw<bool>
pub fn infifo_pop(&self) -> BitReaderRaw<bool>
Bit 16 - Set this bit to pop data in in link descriptor’s fifo.
Methods from Deref<Target = R<DMA_IN_POP_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<DMA_IN_POP_SPEC>> for R
impl From<R<DMA_IN_POP_SPEC>> for R
§fn from(reader: R<DMA_IN_POP_SPEC>) -> R
fn from(reader: R<DMA_IN_POP_SPEC>) -> R
Converts to this type from the input type.