Type Definition stm32f1xx_hal::spi::SpiRxDma

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

Implementations§

Trait Implementations§