Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/platform/ext/target/nxp/common/Native_Driver/drivers/
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);