Trait esp32_hal::dma::Rx

source ·
pub trait Rx: RxPrivate { }
Expand description

DMA Rx

Implementors§

source§

impl<'a, T, R> Rx for ChannelRx<'a, T, R>
where T: RxChannel<R>, R: RegisterAccess,