Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/pedometer/source/
Dpedometer.c80 .stepcoalesce = 1,
159 if (pPedometer->config.stepcoalesce && in status_update()
160 (stepcount - pPedometer->private.stepchg_stepcount >= pPedometer->config.stepcoalesce)) in status_update()
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/pedometer/include/
Dpedometer.h63 uint8_t stepcoalesce; /* Number of steps to coalesce for step interrupt */ member