Home
last modified time | relevance | path

Searched refs:debounce_count (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/pedometer/source/
Dpedometer.c52 static bool debounce_count(bool dbcntm, bool condition, debounce_count_t *count, debounce_count_t t…
149debounce_count(pPedometer->config.bits.activity_dbcntm, !(events & KEYNETIK_ACTIVITYCHANGED), in status_update()
195 …bool suspend = debounce_count(pPedometer->config.bits.sleep_dbcntm, stationary, &pPedometer->statu… in suspend_compute()
223 static bool debounce_count(bool dbcntm, bool condition, debounce_count_t *count, debounce_count_t t… in debounce_count() function