Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/port/
Dsrtm_message_pool.c47 static srtm_list_t srtmMsgList; variable
63 if (srtmMsgList.next == NULL) in SRTM_MessagePool_Alloc()
66 if (srtmMsgList.next == NULL) in SRTM_MessagePool_Alloc()
69 SRTM_List_Init(&srtmMsgList); in SRTM_MessagePool_Alloc()
72 SRTM_List_AddTail(&srtmMsgList, &srtmMsgs[i].node); in SRTM_MessagePool_Alloc()
92 if (SRTM_List_IsEmpty(&srtmMsgList)) in SRTM_MessagePool_Alloc()
101 buf = (void *)srtmMsgList.next; in SRTM_MessagePool_Alloc()
102 SRTM_List_Remove(srtmMsgList.next); in SRTM_MessagePool_Alloc()
128 SRTM_List_AddTail(&srtmMsgList, &msgBuf->node); in SRTM_MessagePool_Free()