pub trait DMAExt: Sealed {
// Required methods
fn split(self, resets: &mut RESETS) -> Channels;
fn dyn_split(self, resets: &mut RESETS) -> DynChannels;
}Expand description
DMA unit.
Required Methods§
Sourcefn split(self, resets: &mut RESETS) -> Channels
fn split(self, resets: &mut RESETS) -> Channels
Splits the DMA unit into its individual channels.
Sourcefn dyn_split(self, resets: &mut RESETS) -> DynChannels
fn dyn_split(self, resets: &mut RESETS) -> DynChannels
Splits the DMA unit into its individual channels with runtime ownership