Receive

Trait Receive 

Source
pub trait Receive {
    type RxChannel;
    type TransmittedWord;
}

Required Associated Types§

Implementors§

Source§

impl Receive for RxDma1

Source§

impl Receive for RxDma2

Source§

impl Receive for RxDma3

Source§

impl Receive for RxDma4

Source§

impl<Otype, PULL> Receive for SpiSlaveRxDma<SPI1, C2, Otype, PULL>

Source§

impl<Otype, PULL> Receive for SpiSlaveRxDma<SPI2, C4, Otype, PULL>

Source§

impl<Otype, PULL> Receive for SpiSlaveRxTxDma<SPI1, C2, C3, Otype, PULL>

Source§

impl<Otype, PULL> Receive for SpiSlaveRxTxDma<SPI2, C4, C5, Otype, PULL>

Source§

impl<PINS, MODE> Receive for AdcDma<ADC1, PINS, MODE, C1>

Source§

impl<PINS, MODE> Receive for AdcDma<ADC3, PINS, MODE, C5>

Source§

impl<PULL> Receive for SpiRxDma<SPI1, C2, PULL>

Source§

impl<PULL> Receive for SpiRxDma<SPI2, C4, PULL>

Source§

impl<PULL> Receive for SpiRxTxDma<SPI1, C2, C3, PULL>

Source§

impl<PULL> Receive for SpiRxTxDma<SPI2, C4, C5, PULL>