Function esp_idf_svc::sys::xEventGroupGetBitsFromISR
source ยท pub unsafe extern "C" fn xEventGroupGetBitsFromISR(
xEventGroup: *mut EventGroupDef_t,
) -> u32
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