Searched refs:maxFifoSize (Results 1 – 2 of 2) sorted by relevance
522 void addToFifo(union FifoSensor *sensor, uint16_t maxFifoSize, int16_t sample[3]) in addToFifo() argument530 if (fifoCount < maxFifoSize) { in addToFifo()
589 …uint16_t maxFifoSize, ///< the size of the software (not hardware) F…