pub struct AnyGdmaChannel<'d> { /* private fields */ }Expand description
An arbitrary GDMA channel
Trait Implementations§
Source§impl<'d> Debug for AnyGdmaChannel<'d>
Available on crate feature unstable only. 
impl<'d> Debug for AnyGdmaChannel<'d>
Available on crate feature 
unstable only.Source§impl<'d> DmaChannel for AnyGdmaChannel<'d>
Available on crate feature unstable only. 
impl<'d> DmaChannel for AnyGdmaChannel<'d>
Available on crate feature 
unstable only.Source§type Rx = AnyGdmaRxChannel<'d>
 
type Rx = AnyGdmaRxChannel<'d>
A description of the RX half of a DMA Channel.
Source§type Tx = AnyGdmaTxChannel<'d>
 
type Tx = AnyGdmaTxChannel<'d>
A description of the TX half of a DMA Channel.