Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Duart_15xx.c127 int readBytes = 0; in Chip_UART_Read() local
131 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() local
147 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