Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/pedometer/include/
Dpedometer.h54 …bool sleep_dbcntm : 1; /* Sleep debounce counter mode. Set to 1 to clear the debounce counter w… member
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/pedometer/source/
Dpedometer.c195 …bool suspend = debounce_count(pPedometer->config.bits.sleep_dbcntm, stationary, &pPedometer->statu… in suspend_compute()