pub struct I2sDmaRxChannel<'d>(/* private fields */);Available on crate feature
unstable only.Expand description
The RX half of an arbitrary I2S DMA channel.
Trait Implementations§
Source§impl<'d> Debug for I2sDmaRxChannel<'d>
impl<'d> Debug for I2sDmaRxChannel<'d>
Source§impl<'d> From<DMA_I2S0<'d>> for I2sDmaRxChannel<'d>
impl<'d> From<DMA_I2S0<'d>> for I2sDmaRxChannel<'d>
Source§fn from(this: DMA_I2S0<'d>) -> I2sDmaRxChannel<'d>
fn from(this: DMA_I2S0<'d>) -> I2sDmaRxChannel<'d>
Converts to this type from the input type.
Source§impl<'d> From<DMA_I2S1<'d>> for I2sDmaRxChannel<'d>
impl<'d> From<DMA_I2S1<'d>> for I2sDmaRxChannel<'d>
Source§fn from(this: DMA_I2S1<'d>) -> I2sDmaRxChannel<'d>
fn from(this: DMA_I2S1<'d>) -> I2sDmaRxChannel<'d>
Converts to this type from the input type.
Source§impl<'d> From<I2sDmaChannel<'d>> for I2sDmaRxChannel<'d>
impl<'d> From<I2sDmaChannel<'d>> for I2sDmaRxChannel<'d>
Source§fn from(this: I2sDmaChannel<'d>) -> I2sDmaRxChannel<'d>
fn from(this: I2sDmaChannel<'d>) -> I2sDmaRxChannel<'d>
Converts to this type from the input type.