Searched refs:readBytes (Results 1 – 1 of 1) sorted by relevance
127 int readBytes = 0; in Chip_UART_Read() local131 while ((readBytes < numBytes) && in Chip_UART_Read()135 readBytes++; in Chip_UART_Read()138 return readBytes; in Chip_UART_Read()144 int pass, readBytes = 0; in Chip_UART_ReadBlocking() local147 while (readBytes < numBytes) { in Chip_UART_ReadBlocking()150 readBytes += pass; in Chip_UART_ReadBlocking()154 return readBytes; in Chip_UART_ReadBlocking()
Completed in 3 milliseconds