Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.h272 …int64_t (*pm_low_power_timer_get_duration_func_t)(uint64_t entryTimestamp, uint64_t exitTimestamp);
318 uint64_t exitTimestamp; member
Dfsl_pm_core.c381 s_pmHandle->exitTimestamp = s_pmHandle->getTimestamp(); in PM_EnterLowPower()
457 return s_pmHandle->getTimerDuration(s_pmHandle->entryTimestamp, s_pmHandle->exitTimestamp); in PM_GetLastLowPowerDuration()