Type Definition stm32f1xx_hal::spi::SpiTxDma

source ·
pub type SpiTxDma<SPI, REMAP, PINS, OP, CHANNEL> = TxDma<Spi<SPI, REMAP, PINS, u8, OP>, CHANNEL>;

Implementations§

Trait Implementations§