pub struct AnySpiDmaRxChannel<'d>(/* private fields */);Expand description
The RX half of an arbitrary SPI DMA channel.
Trait Implementations§
Source§impl<'d> Debug for AnySpiDmaRxChannel<'d>
Available on crate feature unstable only.
impl<'d> Debug for AnySpiDmaRxChannel<'d>
Available on crate feature
unstable only.impl DmaRxChannel for AnySpiDmaRxChannel<'_>
Available on crate feature
unstable only.