STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
xEventGroupGetBits

event_groups.h

   EventBits_t xEventGroupGetBits( EventGroupHandle_t xEventGroup );

Returns the current value of the bits in an event group. This function cannot be used from an interrupt.

Parameters
xEventGroupThe event group being queried.
Returns
The event group bits at the time xEventGroupGetBits() was called.