Type Definition stm32f1xx_hal::spi::SpiRxTxDma

source ·
pub type SpiRxTxDma<SPI, REMAP, PINS, OP, RXCHANNEL, TXCHANNEL> = RxTxDma<Spi<SPI, REMAP, PINS, u8, OP>, RXCHANNEL, TXCHANNEL>;

Implementations§

Trait Implementations§