Searched refs:EventGroupHandle_t (Results 1 – 3 of 3) sorted by relevance
2 typedef int EventGroupHandle_t; typedef7 EventGroupHandle_t xEventGroupCreate( void );9 EventBits_t xEventGroupSetBits( EventGroupHandle_t xEventGroup,13 EventGroupHandle_t xEventGroup,18 const EventGroupHandle_t xEventGroup,
96 EventGroupHandle_t xEventGroupCreate( void ){ in xEventGroupCreate()99 EventBits_t xEventGroupSetBits( EventGroupHandle_t xEventGroup, const EventBits_t uxBitsToSet ){ in xEventGroupSetBits()102 BaseType_t xEventGroupSetBitsFromISR( EventGroupHandle_t xEventGroup, const EventBits_t uxBitsToSet… in xEventGroupSetBitsFromISR()105 EventBits_t xEventGroupWaitBits( const EventGroupHandle_t xEventGroup, const EventBits_t uxBitsToWa… in xEventGroupWaitBits()
103 static EventGroupHandle_t btstack_run_loop_event_group;