Searched refs:xEventGroupClearBits (Results 1 – 4 of 4) sorted by relevance
328 EventBits_t xEventGroupClearBits( EventGroupHandle_t xEventGroup, const EventBits_t uxBitsToClear )…656 #define xEventGroupGetBits( xEventGroup ) xEventGroupClearBits( xEventGroup, 0 )
139 #define xEventGroupClearBits MPU_xEventGroupClearBits macro
35 EventBits_t IRAM_ATTR xEventGroupClearBits( EventGroupHandle_t xEventGroup, const EventBits_t uxBit… in xEventGroupClearBits() function
708 ._event_group_clear_bits = (uint32_t(*)(void *,uint32_t))xEventGroupClearBits,