Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c239 handle->getTimerDuration = NULL; in PM_CreateHandle()
422 pm_low_power_timer_get_duration_func_t getTimerDuration) in PM_RegisterTimerController() argument
433 handle->getTimerDuration = getTimerDuration; in PM_RegisterTimerController()
457 return s_pmHandle->getTimerDuration(s_pmHandle->entryTimestamp, s_pmHandle->exitTimestamp); in PM_GetLastLowPowerDuration()
Dfsl_pm_core.h315getTimerDuration; /*!< This function can be used to retrun the act… member
398 pm_low_power_timer_get_duration_func_t getTimerDuration);
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md283 …er_get_timestamp_func_t getTimestamp, pm_low_power_timer_get_duration_func_t getTimerDuration)**
292 getTimerDuration : Get timer duration function. this parameter can also be set as NULL.