[][src]Trait stm32f1xx_hal::dma::ReadDma

pub trait ReadDma<B, RS>: Receive where
    B: AsMut<[RS]>,
    Self: Sized
{ fn read(self, buffer: &'static mut B) -> Transfer<W, &'static mut B, Self>; }

Required methods

fn read(self, buffer: &'static mut B) -> Transfer<W, &'static mut B, Self>

Loading content...

Implementors

impl<B> ReadDma<B, u8> for RxDma<USART1, C5> where
    B: AsMut<[u8]>, 
[src]

impl<B> ReadDma<B, u8> for RxDma<USART2, C6> where
    B: AsMut<[u8]>, 
[src]

impl<B> ReadDma<B, u8> for RxDma<USART3, C3> where
    B: AsMut<[u8]>, 
[src]

Loading content...