[][src]Type Definition stm32f1xx_hal::spi::SpiTxDma

type SpiTxDma<SPI, REMAP, PINS, CHANNEL> = TxDma<SpiPayload<SPI, REMAP, PINS>, CHANNEL>;

Trait Implementations

impl<REMAP, PINS> TransferPayload for SpiTxDma<SPI1, REMAP, PINS, C3>[src]

impl<REMAP, PINS> TransferPayload for SpiTxDma<SPI2, REMAP, PINS, C5>[src]

impl<REMAP, PINS> Transmit for SpiTxDma<SPI1, REMAP, PINS, C3>[src]

type TxChannel = C3

type ReceivedWord = u8

impl<REMAP, PINS> Transmit for SpiTxDma<SPI2, REMAP, PINS, C5>[src]

type TxChannel = C5

type ReceivedWord = u8

impl<A, B, REMAP, PIN> WriteDma<A, B, u8> for SpiTxDma<SPI1, REMAP, PIN, C3> where
    A: AsSlice<Element = u8>,
    B: Static<A>, 
[src]

impl<A, B, REMAP, PIN> WriteDma<A, B, u8> for SpiTxDma<SPI2, REMAP, PIN, C5> where
    A: AsSlice<Element = u8>,
    B: Static<A>, 
[src]