Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c240 handle->getTimestamp = NULL; in PM_CreateHandle()
357 if (s_pmHandle->getTimestamp != NULL) in PM_EnterLowPower()
359 s_pmHandle->entryTimestamp = s_pmHandle->getTimestamp(); in PM_EnterLowPower()
379 if (s_pmHandle->getTimestamp != NULL) in PM_EnterLowPower()
381 s_pmHandle->exitTimestamp = s_pmHandle->getTimestamp(); in PM_EnterLowPower()
421 pm_low_power_timer_get_timestamp_func_t getTimestamp, in PM_RegisterTimerController() argument
434 handle->getTimestamp = getTimestamp; in PM_RegisterTimerController()
Dfsl_pm_core.h312 …pm_low_power_timer_get_timestamp_func_t getTimestamp; /*!< This function is used to get a timestam… member
397 pm_low_power_timer_get_timestamp_func_t getTimestamp,
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md283 …imer_stop_func_t timerStop, pm_low_power_timer_get_timestamp_func_t getTimestamp, pm_low_power_t…
291 getTimestamp : Low power timestamp function, this parameter can also be set as NULL.