Type Alias rp2040_pac::dma::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 */ }