Searched refs:ALD_DMA_MSEL_SPI0 (Results 1 – 3 of 3) sorted by relevance
77 ALD_DMA_MSEL_SPI0 = 0x9U, /**< SPI0 */ enumerator
481 hperh->hdmatx.config.msel = ALD_DMA_MSEL_SPI0; in ald_i2s_master_send_by_dma()543 hperh->hdmatx.config.msel = ALD_DMA_MSEL_SPI0; in ald_i2s_master_recv_by_dma()563 hperh->hdmarx.config.msel = ALD_DMA_MSEL_SPI0; in ald_i2s_master_recv_by_dma()
1093 … hperh->hdmatx.config.msel = hperh->perh == SPI0 ? ALD_DMA_MSEL_SPI0 : ALD_DMA_MSEL_SPI1; in ald_spi_send_by_dma()1165 … hperh->hdmatx.config.msel = hperh->perh == SPI0 ? ALD_DMA_MSEL_SPI0 : ALD_DMA_MSEL_SPI1; in ald_spi_recv_by_dma()1180 hperh->hdmarx.config.msel = hperh->perh == SPI0 ? ALD_DMA_MSEL_SPI0 : ALD_DMA_MSEL_SPI1; in ald_spi_recv_by_dma()1249 … hperh->hdmatx.config.msel = hperh->perh == SPI0 ? ALD_DMA_MSEL_SPI0 : ALD_DMA_MSEL_SPI1; in ald_spi_send_recv_by_dma()1264 … hperh->hdmarx.config.msel = hperh->perh == SPI0 ? ALD_DMA_MSEL_SPI0 : ALD_DMA_MSEL_SPI1; in ald_spi_send_recv_by_dma()
Completed in 12 milliseconds