Searched refs:burstCount (Results 1 – 2 of 2) sorted by relevance
139 while(object->writeCount && object->burstCount && in I2CCC32XX_fillTransmitFifo()144 object->burstCount--; in I2CCC32XX_fillTransmitFifo()351 if (0 == object->burstCount) { in I2CCC32XX_hwiFxn()375 if (object->readCount && (0 == object->burstCount)) { in I2CCC32XX_hwiFxn()415 object->burstCount = I2CCC32XX_MAX_BURST; in I2CCC32XX_primeReadBurst()418 object->burstCount = object->readCount; in I2CCC32XX_primeReadBurst()429 if(object->burstCount < I2CCC32XX_FIFO_SIZE) { in I2CCC32XX_primeReadBurst()431 I2C_FIFOCTL_RXTRIG_M, object->burstCount << I2C_FIFOCTL_RXTRIG_S); in I2CCC32XX_primeReadBurst()438 I2CMasterBurstLengthSet(hwAttrs->baseAddr, object->burstCount); in I2CCC32XX_primeReadBurst()475 object->burstCount = I2CCC32XX_MAX_BURST; in I2CCC32XX_primeWriteBurst()[all …]
203 uint16_t burstCount; member