Searched defs:EventGroupDef_t (Results 1 – 1 of 1) sorted by relevance
74 typedef struct EventGroupDef_t struct76 EventBits_t uxEventBits;77 List_t xTasksWaitingForBits; /*< List of tasks waiting for a bit to be set. */80 UBaseType_t uxEventGroupNumber;84 …TRUE if the event group is statically allocated to ensure no attempt is made to free the memory. */88 portMUX_TYPE eventGroupMux; //Mutex required due to SMP