Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart_dma.h164 status_t LPUART_TransferGetReceiveCountDMA(LPUART_Type *base, lpuart_dma_handle_t *handle, uint32_t…
Dfsl_lpuart_dma.c443 status_t LPUART_TransferGetReceiveCountDMA(LPUART_Type *base, lpuart_dma_handle_t *handle, uint32_t… in LPUART_TransferGetReceiveCountDMA() function
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/lpuart/
Dfsl_lpuart_cmsis.c713 …if (kStatus_NoTransferInProgress == LPUART_TransferGetReceiveCountDMA(lpuart->resource->base, lpua… in LPUART_DmaGetRxCount()