Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/pedometer/source/
Dpedometer.c101 pPedometer->private.stepchg_stepcount = 0; in pedometer_init()
115 pPedometer->private.stepchg_stepcount = 0; in pedometer_configure()
150 … &pPedometer->private.activitycount, pPedometer->config.activitycount_threshold); in status_update()
160 (stepcount - pPedometer->private.stepchg_stepcount >= pPedometer->config.stepcoalesce)) in status_update()
162 pPedometer->private.stepchg_stepcount = stepcount; in status_update()
/hal_nxp-3.6.0/mcux/mcux-sdk/
DCODE_OF_CONDUCT.md34 * Public or private harassment
35 * Publishing others' private information, such as a physical or email
80 **Consequence**: A private, written warning from community leaders, providing
103 private interaction with the people involved, including unsolicited interaction
DLA_OPT_NXP_Software_License RTAudio.txt52 14.2. The Licensed Software has been developed at private expense and is a "Commercial Item" a…
DLA_OPT_NXP_Software_License.txt55 13.2.      The Licensed Software has been developed at private expense and is a “Commercial Item” a…
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/pedometer/include/
Dpedometer.h102 } private; member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/power_manager/
DREADME.md330 data : Pointer to the callback function private data.