Searched refs:readCount (Results 1 – 9 of 9) sorted by relevance
359 else if (object->readCount) { in I2CCC32XX_hwiFxn()375 if (object->readCount && (0 == object->burstCount)) { in I2CCC32XX_hwiFxn()385 (!(object->readCount || object->writeCount))) { in I2CCC32XX_hwiFxn()414 if(object->readCount > I2CCC32XX_MAX_BURST) { in I2CCC32XX_primeReadBurst()418 object->burstCount = object->readCount; in I2CCC32XX_primeReadBurst()441 if(object->readCount > I2CCC32XX_MAX_BURST) { in I2CCC32XX_primeReadBurst()486 if (object->readCount || object->writeCount > I2CCC32XX_MAX_BURST) { in I2CCC32XX_primeWriteBurst()525 object->readCount = transaction->readCount; in I2CCC32XX_primeTransfer()566 while(object->readCount && object->burstCount && in I2CCC32XX_readRecieveFifo()569 object->readCount--; in I2CCC32XX_readRecieveFifo()[all …]
202 size_t readCount; member
340 object->bytesRead += (object->readCount - bytesToRead); in UART2CC32XX_hwiIntFxn()350 object->readCount > 0) { in UART2CC32XX_hwiIntFxn()351 readData(handle, object->readCount); in UART2CC32XX_hwiIntFxn()360 bytesToRead = MIN(fifoThresholdBytes - 1, object->readCount); in UART2CC32XX_hwiIntFxn()363 if (object->readCount == 0) { in UART2CC32XX_hwiIntFxn()380 if (object->readCount != 0) { in UART2CC32XX_hwiIntFxn()382 object->readCount -= object->rxSize; in UART2CC32XX_hwiIntFxn()483 object->readCount = 0; in UART2CC32XX_open()648 object->readCount = size; /* Number remaining to be read */ in UART2CC32XX_read()671 object->readCount = 0; in UART2CC32XX_read()[all …]
289 size_t readCount; /* Number of bytes left to read */ member
330 object->readCount = 0; in UARTCC32XXDMA_open()487 object->readCount = 0; in UARTCC32XXDMA_read()521 if (object->readCount == size) { in UARTCC32XXDMA_read()529 object->readCount); in UARTCC32XXDMA_read()532 return (object->readCount); in UARTCC32XXDMA_read()601 object->readCallback(handle, object->readBuf, object->readCount); in UARTCC32XXDMA_readCancel()852 object->readCount = object->readSize; in UARTCC32XXDMA_hwiIntFxn()855 object->readCount); in UARTCC32XXDMA_hwiIntFxn()860 hwAttrs->baseAddr, object->readCount); in UARTCC32XXDMA_hwiIntFxn()996 object->readCount = bytesTransferred; in readCancel()
439 object->readCount = 0; in UARTCC32XX_open()597 object->readCount = size; in UARTCC32XX_read()624 object->readSize -= object->readCount; in UARTCC32XX_readCancel()625 object->readCount = 0; in UARTCC32XX_readCancel()1133 while (object->readCount) { in readTaskBlocking()1157 object->readCount--; in readTaskBlocking()1167 return (object->readSize - object->readCount); in readTaskBlocking()1190 while (object->readCount) { in readTaskCallback()1200 *(unsigned char *) (bufferEnd - object->readCount * in readTaskCallback()1203 object->readCount--; in readTaskCallback()[all …]
323 size_t readCount; /* Number of Chars read */ member
370 size_t readCount; /* Number of bytes left to read */ member
454 size_t readCount; member