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

event_groups.h

EventBits_t xEventGroupGetBitsFromISR(EventGroupHandle_t xEventGroup) PRIVILEGED_FUNCTION
TickType_t EventBits_t
Definition event_groups.h:113
struct EventGroupDef_t * EventGroupHandle_t
Definition event_groups.h:103

A version of xEventGroupGetBits() that can be called from an ISR.

The configUSE_EVENT_GROUPS configuration constant must be set to 1 for xEventGroupGetBitsFromISR() to be available.

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