Home
last modified time | relevance | path

Searched refs:UART_TransferGetRxRingBufferLength (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/iuart/
Dfsl_uart.c127 size_t UART_TransferGetRxRingBufferLength(uart_handle_t *handle) in UART_TransferGetRxRingBufferLength() function
151 if (UART_TransferGetRxRingBufferLength(handle) == (handle->rxRingBufferSize - 1U)) in UART_TransferIsRxRingBufferFull()
1102 bytesToCopy = UART_TransferGetRxRingBufferLength(handle); in UART_TransferReceiveNonBlocking()
Dfsl_uart.h647 size_t UART_TransferGetRxRingBufferLength(uart_handle_t *handle);
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/uart/
Dfsl_uart.c153 size_t UART_TransferGetRxRingBufferLength(uart_handle_t *handle) in UART_TransferGetRxRingBufferLength() function
179 if (UART_TransferGetRxRingBufferLength(handle) == (handle->rxRingBufferSize - 1U)) in UART_TransferIsRxRingBufferFull()
1225 bytesToCopy = UART_TransferGetRxRingBufferLength(handle); in UART_TransferReceiveNonBlocking()
Dfsl_uart.h797 size_t UART_TransferGetRxRingBufferLength(uart_handle_t *handle);