Home
last modified time | relevance | path

Searched refs:list_handle_t (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/lists/
Dfsl_component_generic_list.h74 } list_label_t, *list_handle_t; typedef
109 void LIST_Init(list_handle_t list, uint32_t max);
118 list_handle_t LIST_GetList(list_element_handle_t element);
127 list_status_t LIST_AddHead(list_handle_t list, list_element_handle_t element);
136 list_status_t LIST_AddTail(list_handle_t list, list_element_handle_t element);
145 list_element_handle_t LIST_RemoveHead(list_handle_t list);
154 list_element_handle_t LIST_GetHead(list_handle_t list);
202 uint32_t LIST_GetSize(list_handle_t list);
211 uint32_t LIST_GetAvailableSize(list_handle_t list);
Dfsl_component_generic_list.c32 static list_status_t LIST_Error_Check(list_handle_t list, list_element_handle_t newElement) in LIST_Error_Check()
80 void LIST_Init(list_handle_t list, uint32_t max) in LIST_Init()
103 list_handle_t LIST_GetList(list_element_handle_t element) in LIST_GetList()
124 list_status_t LIST_AddTail(list_handle_t list, list_element_handle_t element) in LIST_AddTail()
170 list_status_t LIST_AddHead(list_handle_t list, list_element_handle_t element) in LIST_AddHead()
216 list_element_handle_t LIST_RemoveHead(list_handle_t list) in LIST_RemoveHead()
264 list_element_handle_t LIST_GetHead(list_handle_t list) in LIST_GetHead()
471 uint32_t LIST_GetSize(list_handle_t list) in LIST_GetSize()
490 uint32_t LIST_GetAvailableSize(list_handle_t list) in LIST_GetAvailableSize()
/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()
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()
475 if (LIST_AddTail((list_handle_t) & (s_pmHandle->notifyList[groupId]), in PM_RegisterNotify()
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()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c.c232 list_handle_t i3cDevList = &(i3cBus->i3cDevList); in I3C_BusMasterAssignDevDynamicAddr()
275 list_handle_t i3cDevList = &(i3cBus->i3cDevList); in I3C_BusMasterAddExistingI3CDevs()
312 list_handle_t i3cDevList = &bus->i3cDevList; in I3C_BusAddI3CDev()
342 list_handle_t i2cDevList = &bus->i2cDevList; in I3C_BusAddI2CDev()
628 list_handle_t i3cDevList = &(i3cBus->i3cDevList); in I3C_BusMasterDoDAA()
700 list_handle_t i2cDevList = &(i3cBus->i2cDevList); in I3C_BusMasterSendSlavesList()
701 list_handle_t i3cDevList = &(i3cBus->i3cDevList); in I3C_BusMasterSendSlavesList()
919 list_handle_t i3cDevList = &(i3cBus->i3cDevList); in I3C_BusMasterHandleIBI()