SpiDmaStream

Trait SpiDmaStream 

Source
pub unsafe trait SpiDmaStream<STREAM, CHANNEL, DIRECTION> { }
Expand description

Possible DMA configuration for an SPI device

Implementors§

Source§

impl SpiDmaStream<SPI1, C3, DmaRx> for stm32f429_hal::dma::dma2::S0

Source§

impl SpiDmaStream<SPI1, C3, DmaRx> for stm32f429_hal::dma::dma2::S2

Source§

impl SpiDmaStream<SPI1, C3, DmaTx> for stm32f429_hal::dma::dma2::S3

Source§

impl SpiDmaStream<SPI1, C3, DmaTx> for stm32f429_hal::dma::dma2::S5

Source§

impl SpiDmaStream<SPI2, C0, DmaRx> for stm32f429_hal::dma::dma1::S3

Source§

impl SpiDmaStream<SPI2, C0, DmaTx> for S4

Source§

impl SpiDmaStream<SPI3, C0, DmaRx> for stm32f429_hal::dma::dma1::S0

Source§

impl SpiDmaStream<SPI3, C0, DmaRx> for stm32f429_hal::dma::dma1::S2

Source§

impl SpiDmaStream<SPI3, C0, DmaTx> for stm32f429_hal::dma::dma1::S5

Source§

impl SpiDmaStream<SPI3, C0, DmaTx> for S7