Home
last modified time | relevance | path

Searched defs:anchor (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/messaging/
Dfsl_component_messaging.h28 #define MSG_QueueInit(anchor) LIST_Init(anchor, 0) argument
29 #define MSG_QueueDeinit(anchor) \ argument
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_list.h109 static inline void SRTM_List_InsertBefore(srtm_list_t *anchor, srtm_list_t *node) in SRTM_List_InsertBefore()
120 static inline void SRTM_List_InsertAfter(srtm_list_t *anchor, srtm_list_t *node) in SRTM_List_InsertAfter()