xEventGroupCreate() is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Return value

If the event group was created then a handle to the event group is returned. If there was insufficient FreeRTOS heap available to create the event group then NULL is returned. See http://www.freertos.org/a00111.html

References

from examples