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