Searched refs:inactivity (Results 1 – 2 of 2) sorted by relevance
872 …8_t ITDS_enableInactivityDetection(WE_sensorInterface_t* sensorInterface, ITDS_state_t inactivity);873 …ITDS_isInactivityDetectionEnabled(WE_sensorInterface_t* sensorInterface, ITDS_state_t *inactivity);
2982 …t8_t ITDS_enableInactivityDetection(WE_sensorInterface_t* sensorInterface, ITDS_state_t inactivity) in ITDS_enableInactivityDetection() argument2991 wakeUpThreshReg.enInactivityEvent = inactivity; in ITDS_enableInactivityDetection()3002 … ITDS_isInactivityDetectionEnabled(WE_sensorInterface_t* sensorInterface, ITDS_state_t *inactivity) in ITDS_isInactivityDetectionEnabled() argument3011 *inactivity = (ITDS_state_t) wakeUpThreshReg.enInactivityEvent; in ITDS_isInactivityDetectionEnabled()