pub struct AhbGdmaTxChannel<'d>(/* private fields */);Available on crate feature
unstable only.Expand description
An arbitrary GDMA TX channel
Trait Implementations§
Source§impl<'d> Debug for AhbGdmaTxChannel<'d>
impl<'d> Debug for AhbGdmaTxChannel<'d>
Source§impl<'d> From<AhbGdmaChannel<'d>> for AhbGdmaTxChannel<'d>
impl<'d> From<AhbGdmaChannel<'d>> for AhbGdmaTxChannel<'d>
Source§fn from(this: AhbGdmaChannel<'d>) -> AhbGdmaTxChannel<'d>
fn from(this: AhbGdmaChannel<'d>) -> AhbGdmaTxChannel<'d>
Converts to this type from the input type.
Source§impl<'d> From<DMA_CH0<'d>> for AhbGdmaTxChannel<'d>
impl<'d> From<DMA_CH0<'d>> for AhbGdmaTxChannel<'d>
Source§fn from(this: DMA_CH0<'d>) -> AhbGdmaTxChannel<'d>
fn from(this: DMA_CH0<'d>) -> AhbGdmaTxChannel<'d>
Converts to this type from the input type.
Source§impl<'d> From<DMA_CH1<'d>> for AhbGdmaTxChannel<'d>
impl<'d> From<DMA_CH1<'d>> for AhbGdmaTxChannel<'d>
Source§fn from(this: DMA_CH1<'d>) -> AhbGdmaTxChannel<'d>
fn from(this: DMA_CH1<'d>) -> AhbGdmaTxChannel<'d>
Converts to this type from the input type.
Source§impl<'d> From<DMA_CH2<'d>> for AhbGdmaTxChannel<'d>
impl<'d> From<DMA_CH2<'d>> for AhbGdmaTxChannel<'d>
Source§fn from(this: DMA_CH2<'d>) -> AhbGdmaTxChannel<'d>
fn from(this: DMA_CH2<'d>) -> AhbGdmaTxChannel<'d>
Converts to this type from the input type.
Source§impl<'d> From<DMA_CH3<'d>> for AhbGdmaTxChannel<'d>
impl<'d> From<DMA_CH3<'d>> for AhbGdmaTxChannel<'d>
Source§fn from(this: DMA_CH3<'d>) -> AhbGdmaTxChannel<'d>
fn from(this: DMA_CH3<'d>) -> AhbGdmaTxChannel<'d>
Converts to this type from the input type.
Source§impl<'d> From<DMA_CH4<'d>> for AhbGdmaTxChannel<'d>
impl<'d> From<DMA_CH4<'d>> for AhbGdmaTxChannel<'d>
Source§fn from(this: DMA_CH4<'d>) -> AhbGdmaTxChannel<'d>
fn from(this: DMA_CH4<'d>) -> AhbGdmaTxChannel<'d>
Converts to this type from the input type.