Home
last modified time | relevance | path

Searched refs:MSG_QueueInit (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) macro
79 void MSG_QueueInit(messaging_t *msgQueue);
Dfsl_component_messaging.c29 void MSG_QueueInit(messaging_t *msgQueue) in MSG_QueueInit() function