[][src]Trait stm32f1xx_hal::dma::WriteDma

pub trait WriteDma<A, B, TS>: Transmit where
    A: AsSlice<Element = TS>,
    B: Static<A>,
    Self: Sized
{ fn write(self, buffer: B) -> Transfer<R, B, Self>; }

Required methods

fn write(self, buffer: B) -> Transfer<R, B, Self>

Loading content...

Implementors

impl<A, B> WriteDma<A, B, u8> for TxDma1 where
    A: AsSlice<Element = u8>,
    B: Static<A>, 
[src]

impl<A, B> WriteDma<A, B, u8> for TxDma2 where
    A: AsSlice<Element = u8>,
    B: Static<A>, 
[src]

impl<A, B> WriteDma<A, B, u8> for TxDma3 where
    A: AsSlice<Element = u8>,
    B: Static<A>, 
[src]

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]

Loading content...