Searched refs:bytesToCopy (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_miniusart/ |
| D | fsl_usart.c | 733 size_t bytesToCopy = 0U; in USART_TransferReceiveNonBlocking() local 766 bytesToCopy = USART_TransferGetRxRingBufferLength(handle); in USART_TransferReceiveNonBlocking() 767 if (bytesToCopy != 0U) in USART_TransferReceiveNonBlocking() 769 bytesToCopy = MIN(bytesToReceive, bytesToCopy); in USART_TransferReceiveNonBlocking() 770 bytesToReceive -= bytesToCopy; in USART_TransferReceiveNonBlocking() 772 for (i = 0U; i < bytesToCopy; i++) in USART_TransferReceiveNonBlocking()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/ |
| D | fsl_flexio_uart.c | 717 size_t bytesToCopy = 0U; in FLEXIO_UART_TransferReceiveNonBlocking() local 755 bytesToCopy = FLEXIO_UART_TransferGetRxRingBufferLength(handle); in FLEXIO_UART_TransferReceiveNonBlocking() 757 if (bytesToCopy != 0U) in FLEXIO_UART_TransferReceiveNonBlocking() 759 bytesToCopy = MIN(bytesToReceive, bytesToCopy); in FLEXIO_UART_TransferReceiveNonBlocking() 761 bytesToReceive -= bytesToCopy; in FLEXIO_UART_TransferReceiveNonBlocking() 764 for (i = 0U; i < bytesToCopy; i++) in FLEXIO_UART_TransferReceiveNonBlocking()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpsci/ |
| D | fsl_lpsci.c | 719 size_t bytesToCopy = 0U; in LPSCI_TransferReceiveNonBlocking() local 751 bytesToCopy = LPSCI_TransferGetRxRingBufferLength(handle); in LPSCI_TransferReceiveNonBlocking() 753 if (bytesToCopy) in LPSCI_TransferReceiveNonBlocking() 755 bytesToCopy = MIN(bytesToReceive, bytesToCopy); in LPSCI_TransferReceiveNonBlocking() 757 bytesToReceive -= bytesToCopy; in LPSCI_TransferReceiveNonBlocking() 760 for (i = 0U; i < bytesToCopy; i++) in LPSCI_TransferReceiveNonBlocking()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/usart/ |
| D | fsl_usart.c | 942 size_t bytesToCopy = 0U; in USART_TransferReceiveNonBlocking() local 996 bytesToCopy = USART_TransferGetRxRingBufferLength(handle); in USART_TransferReceiveNonBlocking() 997 if (bytesToCopy != 0U) in USART_TransferReceiveNonBlocking() 999 bytesToCopy = MIN(bytesToReceive, bytesToCopy); in USART_TransferReceiveNonBlocking() 1000 bytesToReceive -= bytesToCopy; in USART_TransferReceiveNonBlocking() 1002 for (i = 0U; i < bytesToCopy; i++) in USART_TransferReceiveNonBlocking()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/iuart/ |
| D | fsl_uart.c | 1070 size_t bytesToCopy = 0U; in UART_TransferReceiveNonBlocking() local 1102 bytesToCopy = UART_TransferGetRxRingBufferLength(handle); in UART_TransferReceiveNonBlocking() 1104 if (bytesToCopy != 0U) in UART_TransferReceiveNonBlocking() 1106 bytesToCopy = MIN(bytesToReceive, bytesToCopy); in UART_TransferReceiveNonBlocking() 1108 bytesToReceive -= bytesToCopy; in UART_TransferReceiveNonBlocking() 1111 for (i = 0U; i < bytesToCopy; i++) in UART_TransferReceiveNonBlocking()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/uart/ |
| D | fsl_uart.c | 1188 size_t bytesToCopy = 0U; in UART_TransferReceiveNonBlocking() local 1225 bytesToCopy = UART_TransferGetRxRingBufferLength(handle); in UART_TransferReceiveNonBlocking() 1227 if (bytesToCopy != 0U) in UART_TransferReceiveNonBlocking() 1229 bytesToCopy = MIN(bytesToReceive, bytesToCopy); in UART_TransferReceiveNonBlocking() 1231 bytesToReceive -= bytesToCopy; in UART_TransferReceiveNonBlocking() 1234 for (i = 0U; i < bytesToCopy; i++) in UART_TransferReceiveNonBlocking()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/ |
| D | fsl_lpuart.c | 1680 size_t bytesToCopy = 0U; in LPUART_TransferReceiveNonBlocking() local 1716 bytesToCopy = LPUART_TransferGetRxRingBufferLength(base, handle); in LPUART_TransferReceiveNonBlocking() 1718 if (0U != bytesToCopy) in LPUART_TransferReceiveNonBlocking() 1720 bytesToCopy = MIN(bytesToReceive, bytesToCopy); in LPUART_TransferReceiveNonBlocking() 1722 bytesToReceive -= bytesToCopy; in LPUART_TransferReceiveNonBlocking() 1725 for (i = 0U; i < bytesToCopy; i++) in LPUART_TransferReceiveNonBlocking()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/ |
| D | fsl_lpuart.c | 1741 size_t bytesToCopy = 0U; in LPUART_TransferReceiveNonBlocking() local 1777 bytesToCopy = LPUART_TransferGetRxRingBufferLength(base, handle); in LPUART_TransferReceiveNonBlocking() 1779 if (0U != bytesToCopy) in LPUART_TransferReceiveNonBlocking() 1781 bytesToCopy = MIN(bytesToReceive, bytesToCopy); in LPUART_TransferReceiveNonBlocking() 1783 bytesToReceive -= bytesToCopy; in LPUART_TransferReceiveNonBlocking() 1786 for (i = 0U; i < bytesToCopy; i++) in LPUART_TransferReceiveNonBlocking()
|