Trait DmaExt
stm32_hal2::dma
pub trait DmaExt { type Channels; fn split(self, ahb: &mut RCC) -> Self::Channels; }
type Channels
fn split(self, ahb: &mut RCC) -> Self::Channels
impl DmaExt for DMA1
type Channels = Channels
fn split(self, rcc: &mut RCC) -> Channels
impl DmaExt for DMA2