pub struct AnyGdmaChannel<'d> { /* private fields */ }
Available on crate feature
unstable
only.Expand description
An arbitrary GDMA channel
Trait Implementations§
Source§impl<'d> Debug for AnyGdmaChannel<'d>
impl<'d> Debug for AnyGdmaChannel<'d>
Source§impl<'d> DmaChannel for AnyGdmaChannel<'d>
impl<'d> DmaChannel for AnyGdmaChannel<'d>
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.