Lines Matching refs:bytesRead
340 object->bytesRead += (object->readCount - bytesToRead); in UART2CC32XX_hwiIntFxn()
381 object->bytesRead += object->rxSize; in UART2CC32XX_hwiIntFxn()
613 size_t size, size_t *bytesRead, uint32_t timeout) in UART2CC32XX_read() argument
625 pNBytesRead = (bytesRead == NULL) ? &nBytesRead : bytesRead; in UART2CC32XX_read()
649 object->bytesRead = 0; /* Number of bytes read */ in UART2CC32XX_read()
716 *pNBytesRead = object->bytesRead; in UART2CC32XX_read()
752 object->readCallback(handle, object->readBuf, object->bytesRead, in UART2CC32XX_readCancel()
920 (void *)(object->readBuf + object->bytesRead), in configDmaRx()
1082 object->bytesRead += object->readCount - bytesRemaining; in cancelDmaRx()
1113 *(object->readBuf + object->bytesRead) = (uint8_t)(data & 0xFF); in readData()
1114 object->bytesRead++; in readData()
1136 count = object->bytesRead; in readDone()