Home
last modified time | relevance | path

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

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