Home
last modified time | relevance | path

Searched refs:EventGroupHandle_t (Results 1 – 3 of 3) sorted by relevance

/btstack/test/embedded/
H A Devent_groups.h2 typedef int EventGroupHandle_t; typedef
7 EventGroupHandle_t xEventGroupCreate( void );
9 EventBits_t xEventGroupSetBits( EventGroupHandle_t xEventGroup,
13 EventGroupHandle_t xEventGroup,
18 const EventGroupHandle_t xEventGroup,
H A Dfreertos_test.cpp96 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()
/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c103 static EventGroupHandle_t btstack_run_loop_event_group;