[][src]Type Definition rp2040::dma::N_CHANNELS

type N_CHANNELS = Reg<u32, _N_CHANNELS>;

The number of channels this DMA instance is equipped with. This DMA supports up to 16 hardware channels, but can be configured with as few as one, to minimise silicon area.

This register you can read. See API.

For information about available fields see n_channels module

Trait Implementations

impl Readable for N_CHANNELS[src]

read() method returns n_channels::R reader structure