Searched refs:LIST_Init (Results 1 – 10 of 10) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/power_manager/core/ |
D | fsl_pm_core.c | 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() 254 LIST_Init((list_handle_t) & (handle->wakeupSourceList), 0UL); in PM_CreateHandle()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/messaging/ |
D | fsl_component_messaging.h | 28 #define MSG_QueueInit(anchor) LIST_Init(anchor, 0)
|
D | fsl_component_messaging.c | 33 LIST_Init(msgQueue, 0); in MSG_QueueInit()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/lists/ |
D | fsl_component_generic_list.h | 109 void LIST_Init(list_handle_t list, uint32_t max);
|
D | fsl_component_generic_list.c | 80 void LIST_Init(list_handle_t list, uint32_t max) in LIST_Init() function
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/rpmsg/ |
D | fsl_adapter_rpmsg.c | 177 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/ |
D | fsl_component_i3c.c | 410 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/ |
D | fsl_os_abstraction_threadx.c | 165 LIST_Init((&s_osaState.taskList), 0); in OSA_Init()
|
D | fsl_os_abstraction_free_rtos.c | 1132 LIST_Init((&s_osaState.taskList), 0); in OSA_Init()
|
D | fsl_os_abstraction_bm.c | 1381 LIST_Init((&s_osaState.taskList), 0); in OSA_Init()
|