Function esp_idf_sys::xEventGroupGetBitsFromISR

source ยท
pub unsafe extern "C" fn xEventGroupGetBitsFromISR(
    xEventGroup: EventGroupHandle_t,
) -> EventBits_t
Expand description

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

@param xEventGroup The event group being queried.

@return The event group bits at the time xEventGroupGetBitsFromISR() was called.

\ingroup EventGroup