pub struct DmaCircularBufferRx<T: Sized, CH> { /* private fields */ }Expand description
A buffer used for DMA cyclic data reception, continuously read by the user.
pub struct DmaCircularBufferRx<T: Sized, CH> { /* private fields */ }A buffer used for DMA cyclic data reception, continuously read by the user.