Searched refs:debounce_count_t (Results 1 – 2 of 2) sorted by relevance
27 typedef uint16_t debounce_count_t; typedef50 debounce_count_t sleepcount_threshold; /* Sleep debounce counter threshold */62 debounce_count_t activitycount_threshold; /* Activity debounce counter threshold */95 debounce_count_t sleepcount; /* Sleep debounce counter. */100 debounce_count_t activitycount; /* Activity debounce counter. */
52 static bool debounce_count(bool dbcntm, bool condition, debounce_count_t *count, debounce_count_t t…223 static bool debounce_count(bool dbcntm, bool condition, debounce_count_t *count, debounce_count_t t… in debounce_count()