Home
last modified time | relevance | path

Searched refs:UART_TransferGetReceiveCountDMA (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/uart/
Dfsl_uart_dma.h164 status_t UART_TransferGetReceiveCountDMA(UART_Type *base, uart_dma_handle_t *handle, uint32_t *coun…
Dfsl_uart_dma.c405 status_t UART_TransferGetReceiveCountDMA(UART_Type *base, uart_dma_handle_t *handle, uint32_t *coun… in UART_TransferGetReceiveCountDMA() function
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/uart/
Dfsl_uart_cmsis.c664 …if (kStatus_NoTransferInProgress == UART_TransferGetReceiveCountDMA(uart->resource->base, uart->ha… in UART_DmaGetRxCount()