Searched refs:bytesToCopy (Results 1 – 2 of 2) sorted by relevance
448 size_t bytesToCopy = 0U; in FLEXIO_UART_TransferReceiveNonBlocking() local486 bytesToCopy = FLEXIO_UART_TransferGetRxRingBufferLength(handle); in FLEXIO_UART_TransferReceiveNonBlocking()488 if (bytesToCopy) in FLEXIO_UART_TransferReceiveNonBlocking()490 bytesToCopy = MIN(bytesToReceive, bytesToCopy); in FLEXIO_UART_TransferReceiveNonBlocking()492 bytesToReceive -= bytesToCopy; in FLEXIO_UART_TransferReceiveNonBlocking()495 for (i = 0U; i < bytesToCopy; i++) in FLEXIO_UART_TransferReceiveNonBlocking()
891 size_t bytesToCopy = 0U; in LPUART_TransferReceiveNonBlocking() local923 bytesToCopy = LPUART_TransferGetRxRingBufferLength(base, handle); in LPUART_TransferReceiveNonBlocking()925 if (bytesToCopy) in LPUART_TransferReceiveNonBlocking()927 bytesToCopy = MIN(bytesToReceive, bytesToCopy); in LPUART_TransferReceiveNonBlocking()929 bytesToReceive -= bytesToCopy; in LPUART_TransferReceiveNonBlocking()932 for (i = 0U; i < bytesToCopy; i++) in LPUART_TransferReceiveNonBlocking()