Searched refs:UART_TransferGetRxRingBufferLength (Results 1 – 1 of 1) sorted by relevance
69 static size_t UART_TransferGetRxRingBufferLength(uart_handle_t *handle);174 static size_t UART_TransferGetRxRingBufferLength(uart_handle_t *handle) in UART_TransferGetRxRingBufferLength() function198 if (UART_TransferGetRxRingBufferLength(handle) == (handle->rxRingBufferSize - 1U)) in UART_TransferIsRxRingBufferFull()811 bytesToCopy = UART_TransferGetRxRingBufferLength(handle); in UART_TransferReceiveNonBlocking()
Completed in 5 milliseconds