Trait Transmit

Source
pub trait Transmit {
    type TxChannel;
    type ReceivedWord;
}

Required Associated Types§

Implementors§

Source§

impl Transmit for TxDma1

Source§

impl Transmit for TxDma2

Source§

impl Transmit for TxDma3

Source§

impl<REMAP, PINS, OP> Transmit for SpiRxTxDma<SPI1, REMAP, PINS, OP, C2, C3>

Source§

impl<REMAP, PINS, OP> Transmit for SpiRxTxDma<SPI2, REMAP, PINS, OP, C4, C5>

Source§

impl<REMAP, PINS, OP> Transmit for SpiTxDma<SPI1, REMAP, PINS, OP, C3>

Source§

impl<REMAP, PINS, OP> Transmit for SpiTxDma<SPI2, REMAP, PINS, OP, C5>