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

pub trait CircReadDma<B, RS>: Receive where
    B: AsMutSlice<Element = 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: AsMutSlice<Element = u8>, 
[src]

impl<B> CircReadDma<B, u8> for RxDma2 where
    B: AsMutSlice<Element = u8>, 
[src]

impl<B> CircReadDma<B, u8> for RxDma3 where
    B: AsMutSlice<Element = u8>, 
[src]

impl<B, PINS, MODE> CircReadDma<B, u16> for AdcDma<PINS, MODE> where
    Self: TransferPayload,
    B: AsMutSlice<Element = u16>, 
[src]

Loading content...