Struct esp32c2_hal::pac::dma::in_pop_ch0::R
pub struct R(_);
Expand description
Register IN_POP_CH0
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 popping from DMA FIFO.
pub fn infifo_pop(&self) -> BitReaderRaw<bool>
pub fn infifo_pop(&self) -> BitReaderRaw<bool>
Bit 12 - Set this bit to pop data from DMA FIFO.
Methods from Deref<Target = R<IN_POP_CH0_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<IN_POP_CH0_SPEC>> for R
impl From<R<IN_POP_CH0_SPEC>> for R
§fn from(reader: R<IN_POP_CH0_SPEC>) -> R
fn from(reader: R<IN_POP_CH0_SPEC>) -> R
Converts to this type from the input type.