Home
last modified time | relevance | path

Searched refs:EDMA_SetChannelMux (Results 1 – 13 of 13) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/spi/
Dfsl_adapter_lpspi.c628 EDMA_SetChannelMux(dmaBases[dmaConfig->dma_instance], dmaConfig->tx_channel, in HAL_SpiSlaveDMAInit()
630 EDMA_SetChannelMux(dmaBases[dmaConfig->dma_instance], dmaConfig->rx_channel, in HAL_SpiSlaveDMAInit()
716 EDMA_SetChannelMux(dmaBases[dmaConfig->dma_instance], dmaConfig->tx_channel, in HAL_SpiMasterDMAInit()
718 EDMA_SetChannelMux(dmaBases[dmaConfig->dma_instance], dmaConfig->rx_channel, in HAL_SpiMasterDMAInit()
/hal_nxp-latest/mcux/mcux-sdk/components/uart/
Dfsl_adapter_lpuart.c2108 EDMA_SetChannelMux(dmaBases[dmaConfig->dma_instance], dmaConfig->tx_channel, in HAL_UartDMAInit()
2110 EDMA_SetChannelMux(dmaBases[dmaConfig->dma_instance], dmaConfig->rx_channel, in HAL_UartDMAInit()
2116 EDMA_SetChannelMux(dmaBases[dmaConfig->dma_instance], dmaConfig->tx_channel, in HAL_UartDMAInit()
2118 EDMA_SetChannelMux(dmaBases[dmaConfig->dma_instance], dmaConfig->rx_channel, in HAL_UartDMAInit()
2123 EDMA_SetChannelMux(dmaBases[dmaConfig->dma_instance], dmaConfig->tx_channel, in HAL_UartDMAInit()
2125 EDMA_SetChannelMux(dmaBases[dmaConfig->dma_instance], dmaConfig->rx_channel, in HAL_UartDMAInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/edma_rev2/
Dfsl_edma_rev2.h302 status_t EDMA_SetChannelMux(edma_config_t *cfg, int channel, uint32_t mux);
Dfsl_edma_rev2.c119 status_t EDMA_SetChannelMux(edma_config_t *cfg, int channel, uint32_t mux) in EDMA_SetChannelMux() function
/hal_nxp-latest/mcux/mcux-sdk/components/audio/
Dfsl_adapter_sai.c508 EDMA_SetChannelMux(dmaBases[dmaConfig->instance], dmaConfig->channel, in HAL_AudioCommonInit()
639 EDMA_SetChannelMux(dmaBases[audioHandle->dmaInstance], audioHandle->dmaChannel, 0); in HAL_AudioCommonDeinit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/dma3/
Dfsl_edma.h569 static inline void EDMA_SetChannelMux(DMA_Type *base, uint32_t channel, uint32_t mux) in EDMA_SetChannelMux() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/edma4/
Dfsl_edma.h705 static inline void EDMA_SetChannelMux(EDMA_Type *base, uint32_t channel, int32_t channelRequestSour… in EDMA_SetChannelMux() function
Dfsl_edma.c262 EDMA_SetChannelMux(base, channel, (int32_t)channelConfig->channelRequestSource); in EDMA_InitChannel()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX9352/drivers/edma4/
Dfsl_edma.h705 static inline void EDMA_SetChannelMux(EDMA_Type *base, uint32_t channel, int32_t channelRequestSour… in EDMA_SetChannelMux() function
Dfsl_edma.c262 EDMA_SetChannelMux(base, channel, (int32_t)channelConfig->channelRequestSource); in EDMA_InitChannel()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpspi/
Dfsl_lpspi_cmsis.c584EDMA_SetChannelMux(dmaResource->txEdmaBase, dmaResource->txEdmaChannel, (int32_t)dmaResource->txDm… in LPSPI_EdmaPowerControl()
585EDMA_SetChannelMux(dmaResource->rxEdmaBase, dmaResource->rxEdmaChannel, (int32_t)dmaResource->rxDm… in LPSPI_EdmaPowerControl()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpi2c/
Dfsl_lpi2c_cmsis.c184 EDMA_SetChannelMux(lpi2c->edmaResource->txEdmaBase, lpi2c->edmaResource->txEdmaChannel, in LPI2C_Master_EdmaInitialize()
186 EDMA_SetChannelMux(lpi2c->edmaResource->rxEdmaBase, lpi2c->edmaResource->rxEdmaChannel, in LPI2C_Master_EdmaInitialize()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpuart/
Dfsl_lpuart_cmsis.c900EDMA_SetChannelMux(dmaResource->txEdmaBase, dmaResource->txEdmaChannel, (int32_t)dmaResource->txDm… in LPUART_EdmaPowerControl()
901EDMA_SetChannelMux(dmaResource->rxEdmaBase, dmaResource->rxEdmaChannel, (int32_t)dmaResource->rxDm… in LPUART_EdmaPowerControl()