I2sDmaStream

Trait I2sDmaStream 

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

Possible DMA configuration for an SPI device

Implementors§

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

impl I2sDmaStream<SPI2, C0, DmaTx> for S4

Source§

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

Source§

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

Source§

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

Source§

impl I2sDmaStream<SPI3, C0, DmaTx> for S7