Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c254 LIST_Init((list_handle_t) & (handle->wakeupSourceList), 0UL); in PM_CreateHandle()
560 …(void)LIST_AddTail((list_handle_t) & (s_pmHandle->wakeupSourceList), (list_element_handle_t) & (ws… in PM_InitWakeupSource()
592 …(void)LIST_AddTail((list_handle_t) & (s_pmHandle->wakeupSourceList), (list_element_handle_t) & (ws… in PM_EnableWakeupSource()
674 if (LIST_GetSize((list_handle_t) & (s_pmHandle->wakeupSourceList)) != 0UL) in PM_HandleWakeUpEvent()
676 currWakeUpSource = (pm_wakeup_source_t *)(void *)(s_pmHandle->wakeupSourceList.head); in PM_HandleWakeUpEvent()
Dfsl_pm_core.h322 list_label_t wakeupSourceList; member