pub struct SpiDmaTxChannel<'d>(/* private fields */);Available on crate feature
unstable only.Expand description
The TX half of an arbitrary SPI DMA channel.
Trait Implementations§
Source§impl<'d> Debug for SpiDmaTxChannel<'d>
impl<'d> Debug for SpiDmaTxChannel<'d>
Source§impl<'d> From<DMA_SPI2<'d>> for SpiDmaTxChannel<'d>
impl<'d> From<DMA_SPI2<'d>> for SpiDmaTxChannel<'d>
Source§fn from(this: DMA_SPI2<'d>) -> SpiDmaTxChannel<'d>
fn from(this: DMA_SPI2<'d>) -> SpiDmaTxChannel<'d>
Converts to this type from the input type.
Source§impl<'d> From<DMA_SPI3<'d>> for SpiDmaTxChannel<'d>
impl<'d> From<DMA_SPI3<'d>> for SpiDmaTxChannel<'d>
Source§fn from(this: DMA_SPI3<'d>) -> SpiDmaTxChannel<'d>
fn from(this: DMA_SPI3<'d>) -> SpiDmaTxChannel<'d>
Converts to this type from the input type.
Source§impl<'d> From<SpiDmaChannel<'d>> for SpiDmaTxChannel<'d>
impl<'d> From<SpiDmaChannel<'d>> for SpiDmaTxChannel<'d>
Source§fn from(this: SpiDmaChannel<'d>) -> SpiDmaTxChannel<'d>
fn from(this: SpiDmaChannel<'d>) -> SpiDmaTxChannel<'d>
Converts to this type from the input type.