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