Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpc_miniusart/
Dfsl_usart.c88 size_t USART_TransferGetRxRingBufferLength(usart_handle_t *handle) in USART_TransferGetRxRingBufferLength() function
115 if (USART_TransferGetRxRingBufferLength(handle) == (handle->rxRingBufferSize - 1U)) in USART_TransferIsRxRingBufferFull()
766 bytesToCopy = USART_TransferGetRxRingBufferLength(handle); in USART_TransferReceiveNonBlocking()
Dfsl_usart.h721 size_t USART_TransferGetRxRingBufferLength(usart_handle_t *handle);
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexcomm/usart/
Dfsl_usart.c77 size_t USART_TransferGetRxRingBufferLength(usart_handle_t *handle) in USART_TransferGetRxRingBufferLength() function
104 if (USART_TransferGetRxRingBufferLength(handle) == (handle->rxRingBufferSize - 1U)) in USART_TransferIsRxRingBufferFull()
980 bytesToCopy = USART_TransferGetRxRingBufferLength(handle); in USART_TransferReceiveNonBlocking()
Dfsl_usart.h870 size_t USART_TransferGetRxRingBufferLength(usart_handle_t *handle);