MCUXpresso SDK API Reference Manual  Rev. 0
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator 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.