Home
last modified time | relevance | path

Searched refs:LPUART_TransferGetReceiveCount (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart_freertos.c396 (void)LPUART_TransferGetReceiveCount(handle->base, handle->t_state, &local_received); in LPUART_RTOS_Receive()
Dfsl_lpuart.h1039 status_t LPUART_TransferGetReceiveCount(LPUART_Type *base, lpuart_handle_t *handle, uint32_t *count…
Dfsl_lpuart.c1628 status_t LPUART_TransferGetReceiveCount(LPUART_Type *base, lpuart_handle_t *handle, uint32_t *count) in LPUART_TransferGetReceiveCount() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_lpuart.c935LPUART_TransferGetReceiveCount(s_LpuartAdapterBase[uartHandle->instance], &uartHandle->hardwareHan… in HAL_UartTransferGetReceiveCount()
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpuart/
Dfsl_lpuart_cmsis.c1244 …if (kStatus_NoTransferInProgress == LPUART_TransferGetReceiveCount(lpuart->resource->base, lpuart-… in LPUART_NonBlockingGetRxCount()