[][src]Trait stm32f1xx_hal::dma::CircReadDma

pub trait CircReadDma<B, RS>: Receive where
    B: AsMut<[RS]>,
    Self: Sized
{ fn circ_read(self, buffer: &'static mut [B; 2]) -> CircBuffer<B, Self>; }

Required methods

fn circ_read(self, buffer: &'static mut [B; 2]) -> CircBuffer<B, Self>

Loading content...

Implementors

impl<B> CircReadDma<B, u8> for RxDma1 where
    B: AsMut<[u8]>, 
[src]

impl<B> CircReadDma<B, u8> for RxDma2 where
    B: AsMut<[u8]>, 
[src]

impl<B> CircReadDma<B, u8> for RxDma3 where
    B: AsMut<[u8]>, 
[src]

impl<B, PIN> CircReadDma<B, u16> for AdcDma<PIN> where
    B: AsMut<[u16]>,
    PIN: Channel<ADC1>, 
[src]

Loading content...