Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c124 s_pmHandle->curNotifyGroup = (pm_notify_group_t)i; in PM_notifyPowerStateEntry()
143 s_pmHandle->curNotifyGroup = kPM_NotifyGroup2; in PM_notifyPowerStateEntry()
155 i = (int8_t)(s_pmHandle->curNotifyGroup); in PM_notifyPowerStateExit()
Dfsl_pm_core.h303 pm_notify_group_t curNotifyGroup; /*!< Store current notification group. */ member