Type Definition stm32l4xx_hal::spi::SpiRxDma

source · []
pub type SpiRxDma<SPI, PINS, CHANNEL> = RxDma<SpiPayload<SPI, PINS>, CHANNEL>;

Implementations

Trait Implementations