pub trait UhciDmaChannel<'d>: DmaChannel + Into<AhbGdmaChannel<'d>> { }Expand description
DMA channel trait for UHCI (UART DMA) peripherals.
Implemented for every channel type capable of serving UHCI.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl<'d> UhciDmaChannel<'d> for AhbGdmaChannel<'d>
Available on crate feature
unstable only.impl<'d> UhciDmaChannel<'d> for DMA_CH0<'d>
Available on crate feature
unstable only.impl<'d> UhciDmaChannel<'d> for DMA_CH1<'d>
Available on crate feature
unstable only.impl<'d> UhciDmaChannel<'d> for DMA_CH2<'d>
Available on crate feature
unstable only.