Type Definition stm32l4xx_hal::spi::SpiRxTxDma

source · []
pub type SpiRxTxDma<SPI, PINS, RXCH, TXCH> = RxTxDma<SpiPayload<SPI, PINS>, RXCH, TXCH>;

Implementations

Trait Implementations