Searched refs:fifoThr (Results 1 – 4 of 4) sorted by relevance
492 int8_t PADS_setFifoThreshold(WE_sensorInterface_t* sensorInterface, uint8_t fifoThr);493 int8_t PADS_getFifoThreshold(WE_sensorInterface_t* sensorInterface, uint8_t *fifoThr);
1515 int8_t PADS_setFifoThreshold(WE_sensorInterface_t* sensorInterface, uint8_t fifoThr) in PADS_setFifoThreshold() argument1524 fifoThresholdReg.fifoThreshold = fifoThr; in PADS_setFifoThreshold()1535 int8_t PADS_getFifoThreshold(WE_sensorInterface_t* sensorInterface, uint8_t *fifoThr) in PADS_getFifoThreshold() argument1544 *fifoThr = (uint8_t) fifoThresholdReg.fifoThreshold; in PADS_getFifoThreshold()
833 int8_t ITDS_isFifoThresholdReached(WE_sensorInterface_t* sensorInterface, ITDS_state_t *fifoThr);
2385 int8_t ITDS_isFifoThresholdReached(WE_sensorInterface_t* sensorInterface, ITDS_state_t *fifoThr) in ITDS_isFifoThresholdReached() argument2394 *fifoThr = (ITDS_state_t) fifoSamples.fifoThresholdState; in ITDS_isFifoThresholdReached()