[][src]Trait alt_stm32f30x_hal::serial::WriteDma

pub trait WriteDma<A, B>: DmaChannel where
    A: AsRef<[u8]>,
    B: Static<A>,
    Self: Sized
{ fn write_all(
        self,
        chan: Self::Dma,
        buffer: B
    ) -> Transfer<R, B, Self::Dma, Self>; }

WriteDma

Required methods

fn write_all(
    self,
    chan: Self::Dma,
    buffer: B
) -> Transfer<R, B, Self::Dma, Self>

Write all

Loading content...

Implementors

impl<A, B> WriteDma<A, B> for Tx<USART1> where
    A: AsRef<[u8]>,
    B: Static<A>, 
[src]

impl<A, B> WriteDma<A, B> for Tx<USART2> where
    A: AsRef<[u8]>,
    B: Static<A>, 
[src]

impl<A, B> WriteDma<A, B> for Tx<USART3> where
    A: AsRef<[u8]>,
    B: Static<A>, 
[src]

Loading content...