Type Alias rp2040_pac::i2c0::IC_DMA_CR

source ·
pub type IC_DMA_CR = Reg<IC_DMA_CR_SPEC>;
Expand description

IC_DMA_CR (rw) register accessor: DMA Control Register

The register is used to enable the DMA Controller interface operation. There is a separate bit for transmit and receive. This can be programmed regardless of the state of IC_ENABLE.

You can read this register and get ic_dma_cr::R. You can reset, write, write_with_zero this register using ic_dma_cr::W. You can also modify this register. See API.

For information about available fields see ic_dma_cr module

Aliased Type§

struct IC_DMA_CR { /* private fields */ }