Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/wifi/smart_config/main/
Dsmartconfig_main.c31 static const int ESPTOUCH_DONE_BIT = BIT1; variable
84 xEventGroupSetBits(s_wifi_event_group, ESPTOUCH_DONE_BIT); in event_handler()
114 …uxBits = xEventGroupWaitBits(s_wifi_event_group, CONNECTED_BIT | ESPTOUCH_DONE_BIT, true, false, p… in smartconfig_example_task()
118 if(uxBits & ESPTOUCH_DONE_BIT) { in smartconfig_example_task()