Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/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()
166 if (LIST_GetSize((list_handle_t) & (s_pmHandle->notifyList[i])) != 0UL) in PM_notifyPowerStateExit()
674 if (LIST_GetSize((list_handle_t) & (s_pmHandle->wakeupSourceList)) != 0UL) in PM_HandleWakeUpEvent()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/lists/
Dfsl_component_generic_list.h202 uint32_t LIST_GetSize(list_handle_t list);
Dfsl_component_generic_list.c471 uint32_t LIST_GetSize(list_handle_t list) in LIST_GetSize() function