rp2040_pac::dma

Type Alias N_CHANNELS

Source
pub type N_CHANNELS = Reg<N_CHANNELS_SPEC>;
Expand description

N_CHANNELS (r) register accessor: 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.

You can read this register and get n_channels::R. See API.

For information about available fields see n_channels module

Aliased Typeยง

struct N_CHANNELS { /* private fields */ }