Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c135 s_pmHandle->curNotifyElement = currElement; in PM_notifyPowerStateEntry()
144 s_pmHandle->curNotifyElement = NULL; in PM_notifyPowerStateEntry()
153 if (s_pmHandle->curNotifyElement != NULL) in PM_notifyPowerStateExit()
173 if (currElement == s_pmHandle->curNotifyElement) in PM_notifyPowerStateExit()
Dfsl_pm_core.h304 pm_notify_element_t *curNotifyElement; /*!< Store current notification element. */ member