Trait stm32l4_hal::dma::DmaExt

source ·
pub trait DmaExt {
    type Channels;

    fn split(self, ahb: &mut AHB1) -> Self::Channels;
}

Required Associated Types§

Required Methods§

Implementors§