Searched refs:yhOverThreshold (Results 1 – 4 of 4) sorted by relevance
494 uint8_t yhOverThreshold : 1; /**< 1: YH threshold exceeded, 0: YH threshold not exceeded */ member923 …nt8_t ITDS_isYHOverThreshold(WE_sensorInterface_t* sensorInterface, ITDS_state_t *yhOverThreshold);
3702 int8_t ITDS_isYHOverThreshold(WE_sensorInterface_t* sensorInterface, ITDS_state_t *yhOverThreshold) in ITDS_isYHOverThreshold() argument3711 *yhOverThreshold = (ITDS_state_t) event6d.yhOverThreshold; in ITDS_isYHOverThreshold()
426 …uint8_t yhOverThreshold : 1; /**< 1: YH threshold exceeded; 0: YH threshold not exceede… member1109 …nt8_t ISDS_isYHOverThreshold(WE_sensorInterface_t* sensorInterface, ISDS_state_t *yhOverThreshold);
3274 int8_t ISDS_isYHOverThreshold(WE_sensorInterface_t* sensorInterface, ISDS_state_t *yhOverThreshold) in ISDS_isYHOverThreshold() argument3283 *yhOverThreshold = (ISDS_state_t) status.yhOverThreshold; in ISDS_isYHOverThreshold()