[][src]Trait stm32f1xx_hal::dma::TransferPayload

pub trait TransferPayload {
    fn start(&mut self);
fn stop(&mut self); }

Required methods

fn start(&mut self)

fn stop(&mut self)

Loading content...

Implementors

impl TransferPayload for RxDma1[src]

impl TransferPayload for RxDma2[src]

impl TransferPayload for RxDma3[src]

impl TransferPayload for TxDma1[src]

impl TransferPayload for TxDma2[src]

impl TransferPayload for TxDma3[src]

impl<PINS> TransferPayload for AdcDma<PINS, Continuous>[src]

impl<PINS> TransferPayload for AdcDma<PINS, Scan>[src]

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

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

Loading content...