Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c125 if (LIST_GetSize((list_handle_t) & (s_pmHandle->notifyList[i])) != 0UL) in PM_notifyPowerStateEntry()
127 currElement = (pm_notify_element_t *)(void *)(s_pmHandle->notifyList[i].head); in PM_notifyPowerStateEntry()
166 if (LIST_GetSize((list_handle_t) & (s_pmHandle->notifyList[i])) != 0UL) in PM_notifyPowerStateExit()
168 currElement = (pm_notify_element_t *)(void *)(s_pmHandle->notifyList[i].head); in PM_notifyPowerStateExit()
248 LIST_Init((list_handle_t) & (handle->notifyList[kPM_NotifyGroup0]), 0UL); in PM_CreateHandle()
249 LIST_Init((list_handle_t) & (handle->notifyList[kPM_NotifyGroup1]), 0UL); in PM_CreateHandle()
250 LIST_Init((list_handle_t) & (handle->notifyList[kPM_NotifyGroup2]), 0UL); in PM_CreateHandle()
475 if (LIST_AddTail((list_handle_t) & (s_pmHandle->notifyList[groupId]), in PM_RegisterNotify()
Dfsl_pm_core.h302 list_label_t notifyList[3U]; /*!< The header of 3 group notification. */ member