Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator 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.