FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
xEventGroupGetBitsFromISR

event_groups.h

       EventBits_t xEventGroupGetBitsFromISR( EventGroupHandle_t xEventGroup );

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

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