pub trait CircReadDma<B, RS>: Receivewhere
    &'static mut [B; 2]: WriteBuffer<Word = RS>,
    B: 'static,
    Self: Sized,
{ fn circ_read(self, buffer: &'static mut [B; 2]) -> CircBuffer<B, Self>; }
Expand description

Trait for circular DMA readings from peripheral to memory.

Required Methods§

Implementors§