Home
last modified time | relevance | path

Searched refs:rxSdmaChannel (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/ecspi/
Dfsl_ecspi_cmsis.c59 uint32_t rxSdmaChannel; member
663 …andle(ecspi->sdmaRxDataHandle, ecspi->sdmaResource->rxSdmaBase, ecspi->sdmaResource->rxSdmaChannel, in ECSPI_SDMAControl()
668 … ecspi->sdmaResource->txSdmaChannel, ecspi->sdmaResource->rxSdmaChannel); in ECSPI_SDMAControl()
672 SDMA_SetChannelPriority(ecspi->sdmaResource->rxSdmaBase, ecspi->sdmaResource->rxSdmaChannel, in ECSPI_SDMAControl()
691 …andle(ecspi->sdmaRxDataHandle, ecspi->sdmaResource->rxSdmaBase, ecspi->sdmaResource->rxSdmaChannel, in ECSPI_SDMAControl()
696 … ecspi->sdmaResource->txSdmaChannel, ecspi->sdmaResource->rxSdmaChannel); in ECSPI_SDMAControl()
700 SDMA_SetChannelPriority(ecspi->sdmaResource->rxSdmaBase, ecspi->sdmaResource->rxSdmaChannel, in ECSPI_SDMAControl()
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/iuart/
Dfsl_uart_cmsis.c63 uint32_t rxSdmaChannel; /*!< SDMA channel for UART RX. */ member
363 …DMA_CreateHandle(uart->rxHandle, uart->sdmaResource->rxSdmaBase, uart->sdmaResource->rxSdmaChannel, in UART_SdmaPowerControl()
367 … SDMA_SetChannelPriority(uart->sdmaResource->rxSdmaBase, uart->sdmaResource->rxSdmaChannel, in UART_SdmaPowerControl()