firmware
IEM Firmware Documentation
Loading...
Searching...
No Matches
xEventGroupGetBits
Collaboration diagram for xEventGroupGetBits:

event_groups.h

#define xEventGroupGetBits(xEventGroup)
Definition event_groups.h:774
TickType_t EventBits_t
Definition event_groups.h:113
struct EventGroupDef_t * EventGroupHandle_t
Definition event_groups.h:103

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.

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