[][src]Trait stm32f103xx_hal::serial::WriteDma

pub trait WriteDma<A: ?Sized, 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>; }

Required methods

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

Loading content...

Implementors

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

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

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

Loading content...