Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c122 for (i = (uint8_t)kPM_NotifyGroup0; i <= (uint8_t)kPM_NotifyGroup2; i++) in PM_notifyPowerStateEntry()
164 for (; i >= (int8_t)kPM_NotifyGroup0; i--) in PM_notifyPowerStateExit()
248 LIST_Init((list_handle_t) & (handle->notifyList[kPM_NotifyGroup0]), 0UL); in PM_CreateHandle()
Dfsl_pm_core.h150 kPM_NotifyGroup0 = enumerator
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c8050 PM_RegisterNotify(kPM_NotifyGroup0, &wlan_notify); in wlan_start()