pub struct AxiGdmaTxChannel<'d>(/* private fields */);Available on crate feature
unstable only.Expand description
An arbitrary AXI-GDMA TX channel.
Trait Implementations§
Source§impl<'d> Debug for AxiGdmaTxChannel<'d>
impl<'d> Debug for AxiGdmaTxChannel<'d>
impl DmaTxChannel for AxiGdmaTxChannel<'_>
Source§impl<'d> From<AxiGdmaChannel<'d>> for AxiGdmaTxChannel<'d>
impl<'d> From<AxiGdmaChannel<'d>> for AxiGdmaTxChannel<'d>
Source§fn from(this: AxiGdmaChannel<'d>) -> AxiGdmaTxChannel<'d>
fn from(this: AxiGdmaChannel<'d>) -> AxiGdmaTxChannel<'d>
Converts to this type from the input type.
Source§impl<'d> From<DMA_AXI_CH0<'d>> for AxiGdmaTxChannel<'d>
impl<'d> From<DMA_AXI_CH0<'d>> for AxiGdmaTxChannel<'d>
Source§fn from(this: DMA_AXI_CH0<'d>) -> AxiGdmaTxChannel<'d>
fn from(this: DMA_AXI_CH0<'d>) -> AxiGdmaTxChannel<'d>
Converts to this type from the input type.
Source§impl<'d> From<DMA_AXI_CH1<'d>> for AxiGdmaTxChannel<'d>
impl<'d> From<DMA_AXI_CH1<'d>> for AxiGdmaTxChannel<'d>
Source§fn from(this: DMA_AXI_CH1<'d>) -> AxiGdmaTxChannel<'d>
fn from(this: DMA_AXI_CH1<'d>) -> AxiGdmaTxChannel<'d>
Converts to this type from the input type.
Source§impl<'d> From<DMA_AXI_CH2<'d>> for AxiGdmaTxChannel<'d>
impl<'d> From<DMA_AXI_CH2<'d>> for AxiGdmaTxChannel<'d>
Source§fn from(this: DMA_AXI_CH2<'d>) -> AxiGdmaTxChannel<'d>
fn from(this: DMA_AXI_CH2<'d>) -> AxiGdmaTxChannel<'d>
Converts to this type from the input type.