Searched refs:DMA_SetChannelPriority (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_dma/ |
| D | fsl_dma.h | 515 static inline void DMA_SetChannelPriority(DMA_Type *base, uint32_t channel, dma_priority_t priority) in DMA_SetChannelPriority() function
|
| /hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/flexcomm/ |
| D | fsl_spi_cmsis.c | 841 …DMA_SetChannelPriority(spi->dmaResource->txdmaBase, spi->dmaResource->txdmaChannel, kDMA_ChannelPr… in SPI_DMAControl() 842 …DMA_SetChannelPriority(spi->dmaResource->rxdmaBase, spi->dmaResource->rxdmaChannel, kDMA_ChannelPr… in SPI_DMAControl() 877 …DMA_SetChannelPriority(spi->dmaResource->txdmaBase, spi->dmaResource->txdmaChannel, kDMA_ChannelPr… in SPI_DMAControl() 878 …DMA_SetChannelPriority(spi->dmaResource->rxdmaBase, spi->dmaResource->rxdmaChannel, kDMA_ChannelPr… in SPI_DMAControl()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/audio/ |
| D | fsl_adapter_flexcomm_i2s.c | 313 …DMA_SetChannelPriority(dmaBases[dmaConfig->instance], dmaConfig->channel, (dma_priority_t)dmaConfi… in HAL_AudioCommonInit()
|