xEventGroupGetStaticBuffer() function
Retrieve a pointer to a statically created event groups's data structure buffer. It is the same buffer that is supplied at the time of creation.
Arguments
xEventGroup
The event group for which to retrieve the buffer.
ppxEventGroupBuffer
Used to return a pointer to the event groups's data structure buffer.
Return value
pdTRUE if the buffer was retrieved, pdFALSE otherwise.