event_groups.h @code{c} EventBits_t xEventGroupGetBits( EventGroupHandle_t xEventGroup ); @endcode Returns the current value of the bits in an event group. This function cannot be used from an interrupt. The configUSE_EVENT_GROUPS configuration constant must be set to 1 for xEventGroupGetBits() to be available.