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