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