Searched refs:LPUART_TransferGetSendCount (Results 1 – 4 of 4) sorted by relevance
983 status_t LPUART_TransferGetSendCount(LPUART_Type *base, lpuart_handle_t *handle, uint32_t *count);
1400 status_t LPUART_TransferGetSendCount(LPUART_Type *base, lpuart_handle_t *handle, uint32_t *count) in LPUART_TransferGetSendCount() function
950 …status = LPUART_TransferGetSendCount(s_LpuartAdapterBase[uartHandle->instance], &uartHandle->hardw… in HAL_UartTransferGetSendCount()
1232 …if (kStatus_NoTransferInProgress == LPUART_TransferGetSendCount(lpuart->resource->base, lpuart->ha… in LPUART_NonBlockingGetTxCount()