pub type SpiRxDma<SPI, CHANNEL, PULL = Floating> = RxDma<Spi<SPI, u8, PULL>, CHANNEL>;
Aliased Type§
pub struct SpiRxDma<SPI, CHANNEL, PULL = Floating> {
pub channel: CHANNEL,
/* private fields */
}
Fields§
§channel: CHANNEL
pub type SpiRxDma<SPI, CHANNEL, PULL = Floating> = RxDma<Spi<SPI, u8, PULL>, CHANNEL>;
pub struct SpiRxDma<SPI, CHANNEL, PULL = Floating> {
pub channel: CHANNEL,
/* private fields */
}
channel: CHANNEL