Home
last modified time | relevance | path

Searched refs:pm_notify_element_t (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c118 pm_notify_element_t *currElement = NULL; in PM_notifyPowerStateEntry()
127 currElement = (pm_notify_element_t *)(void *)(s_pmHandle->notifyList[i].head); in PM_notifyPowerStateEntry()
138 currElement = (pm_notify_element_t *)(void *)currElement->link.next; in PM_notifyPowerStateEntry()
151 pm_notify_element_t *currElement = NULL; in PM_notifyPowerStateExit()
168 currElement = (pm_notify_element_t *)(void *)(s_pmHandle->notifyList[i].head); in PM_notifyPowerStateExit()
177 currElement = (pm_notify_element_t *)(void *)(currElement->link.next); in PM_notifyPowerStateExit()
469 status_t PM_RegisterNotify(pm_notify_group_t groupId, pm_notify_element_t *notifyElement) in PM_RegisterNotify()
498 ((pm_notify_element_t *)notifyElement)->data = data; in PM_UpdateNotify()
499 ((pm_notify_element_t *)notifyElement)->notifyCallback = callback; in PM_UpdateNotify()
521 …if (LIST_RemoveElement((list_element_handle_t) & (((pm_notify_element_t *)notifyElement)->link)) !… in PM_UnregisterNotify()
Dfsl_pm_core.h174 } pm_notify_element_t; typedef
304 pm_notify_element_t *curNotifyElement; /*!< Store current notification element. */
434 status_t PM_RegisterNotify(pm_notify_group_t groupId, pm_notify_element_t *notifyElement);
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/
Dfwk_platform_lowpower.c64 static pm_notify_element_t platformLpNotifyGroup = {
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/MIMXRT595S/
Dfwk_platform_lowpower.c68 static pm_notify_element_t platformLpNotifyGroup = {
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md313 **status_t PM_RegisterNotify (pm_notify_group_t groupId, const pm_notify_element_t * notifyElemen…
318 notifyElement : The pointer to pm_notify_element_t.