Home
last modified time | relevance | path

Searched refs:LIST_Init (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c248 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()
254 LIST_Init((list_handle_t) & (handle->wakeupSourceList), 0UL); in PM_CreateHandle()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/messaging/
Dfsl_component_messaging.h28 #define MSG_QueueInit(anchor) LIST_Init(anchor, 0)
Dfsl_component_messaging.c33 LIST_Init(msgQueue, 0); in MSG_QueueInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/lists/
Dfsl_component_generic_list.h109 void LIST_Init(list_handle_t list, uint32_t max);
Dfsl_component_generic_list.c80 void LIST_Init(list_handle_t list, uint32_t max) in LIST_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rpmsg.c177 LIST_Init((&s_rpmsgEpList), 0); in HAL_RpmsgMcmgrMasterInit()
237 LIST_Init((&s_rpmsgEpList), 0); in HAL_RpmsgMcmgrRemoteInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c.c410 LIST_Init(&bus->i2cDevList, 0); in I3C_BusCreate()
411 LIST_Init(&bus->i3cDevList, 0); in I3C_BusCreate()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_threadx.c165 LIST_Init((&s_osaState.taskList), 0); in OSA_Init()
Dfsl_os_abstraction_free_rtos.c1132 LIST_Init((&s_osaState.taskList), 0); in OSA_Init()
Dfsl_os_abstraction_bm.c1381 LIST_Init((&s_osaState.taskList), 0); in OSA_Init()