pub struct Dma {
pub spi2channel: Spi2DmaChannelCreator,
pub spi3channel: Spi3DmaChannelCreator,
pub i2s0channel: I2s0DmaChannelCreator,
pub i2s1channel: I2s1DmaChannelCreator,
/* private fields */
}
Expand description
DMA Peripheral
This offers the available DMA channels.
Fields§
§spi2channel: Spi2DmaChannelCreator
§spi3channel: Spi3DmaChannelCreator
§i2s0channel: I2s0DmaChannelCreator
§i2s1channel: I2s1DmaChannelCreator