Type Definition rp2040_pac::i2c0::IC_DMA_CR[][src]

type IC_DMA_CR = Reg<u32, _IC_DMA_CR>;
Expand description

DMA Control Register\n\n 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.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see ic_dma_cr module

Trait Implementations

Register IC_DMA_CR reset()’s with value 0

Register size

Reset value of the register

read() method returns ic_dma_cr::R reader structure

write(|w| ..) method takes ic_dma_cr::W writer structure