Type Alias esp_idf_hal::sys::spi_common_dma_t

source ·
pub type spi_common_dma_t = u32;
Expand description

@brief SPI DMA channels

Trait Implementations§

source§

impl From<Dma> for spi_dma_chan_t

source§

fn from(dma: Dma) -> Self

Converts to this type from the input type.