/hal_espressif-3.6.0/components/wpa_supplicant/test/ |
D | test_offchannel.c | 157 xEventGroupWaitBits(wifi_event, WIFI_START_EVENT, 1, 0, 5000 / portTICK_RATE_MS); 162 bits = xEventGroupWaitBits(wifi_event, WIFI_ROC_DONE_EVENT | WIFI_SCAN_DONE_EVENT, 170 bits = xEventGroupWaitBits(wifi_event, WIFI_ROC_DONE_EVENT | WIFI_SCAN_DONE_EVENT, 185 xEventGroupWaitBits(wifi_event, WIFI_START_EVENT, 1, 0, 5000 / portTICK_RATE_MS); in test_wifi_offchan_tx() 224 xEventGroupWaitBits(wifi_event, WIFI_START_EVENT, 1, 0, 5000 / portTICK_RATE_MS); in test_wifi_roc() 231 bits = xEventGroupWaitBits(wifi_event, WIFI_ROC_DONE_EVENT | WIFI_ACTION_RX_EVENT, in test_wifi_roc()
|
/hal_espressif-3.6.0/components/esp_eth/test/ |
D | test_emac.c | 143 …bits = xEventGroupWaitBits(eth_event_group, ETH_START_BIT, true, true, pdMS_TO_TICKS(ETH_START_TIM… 146 …bits = xEventGroupWaitBits(eth_event_group, ETH_CONNECT_BIT, true, true, pdMS_TO_TICKS(ETH_CONNECT… 151 …bits = xEventGroupWaitBits(eth_event_group, ETH_STOP_BIT, true, true, pdMS_TO_TICKS(ETH_STOP_TIMEO… 190 …bits = xEventGroupWaitBits(eth_event_group, ETH_GOT_IP_BIT, true, true, pdMS_TO_TICKS(ETH_GET_IP_T… 195 …bits = xEventGroupWaitBits(eth_event_group, ETH_STOP_BIT, true, true, pdMS_TO_TICKS(ETH_STOP_TIMEO… 239 …bits = xEventGroupWaitBits(eth_event_group, ETH_GOT_IP_BIT, true, true, pdMS_TO_TICKS(ETH_GET_IP_T… 244 …bits = xEventGroupWaitBits(eth_event_group, ETH_STOP_BIT, true, true, pdMS_TO_TICKS(ETH_STOP_TIMEO… 335 …bits = xEventGroupWaitBits(eth_event_group, ETH_GOT_IP_BIT, true, true, pdMS_TO_TICKS(ETH_GET_IP_T… 340 …bits = xEventGroupWaitBits(eth_event_group, ETH_DOWNLOAD_END_BIT, true, true, pdMS_TO_TICKS(ETH_DO… 355 …bits = xEventGroupWaitBits(eth_event_group, ETH_STOP_BIT, true, true, pdMS_TO_TICKS(ETH_STOP_TIMEO…
|
/hal_espressif-3.6.0/components/tcp_transport/test/ |
D | test_transport_fixtures.c | 141 …xEventGroupWaitBits(storage->tcp_connect_done, TCP_TEST_DONE, true, true, storage->config.timeout_… in localhost_listener() 163 …xEventGroupWaitBits(storage->tcp_connect_done, TCP_TEST_DONE, true, true, storage->config.timeout_… in tcp_connect_task() 203 xEventGroupWaitBits(t->tcp_connect_done, TCP_LISTENER_READY, true, true, t->max_wait); in connect_test_setup() 219 xEventGroupWaitBits(t->tcp_connect_done, TCP_LISTENER_DONE, true, true, t->max_wait); in connect_test_teardown() 256 …EventBits_t bits = xEventGroupWaitBits(test->tcp_connect_done, TCP_CONNECT_DONE, true, true, test-… in tcp_transport_test_connection_timeout() 291 xEventGroupWaitBits(test->tcp_connect_done, TCP_LISTENER_ACCEPTED, true, true, test->max_wait); in tcp_transport_test_socket_options()
|
/hal_espressif-3.6.0/components/freertos/test/ |
D | test_freertos_eventgroups.c | 35 TEST_ASSERT( xEventGroupWaitBits(eg, BIT_CALL, true, false, portMAX_DELAY) ); in task_event_group_call_response() 70 …TEST_ASSERT_EQUAL_HEX16(ALL_RESPONSE_BITS, xEventGroupWaitBits(eg, ALL_RESPONSE_BITS, true, true, … 115 TEST_ASSERT( xEventGroupWaitBits(eg, BIT_DONE(c), false, false, portMAX_DELAY) ); 204 …TEST_ASSERT_EQUAL(BITS, xEventGroupWaitBits(eg, BITS, pdFALSE, pdTRUE, portMAX_DELAY)); //Let …
|
D | test_freertos_task_utilities.c | 71 … EventBits_t uxBits = xEventGroupWaitBits(test_objs->evt_grp, 0xFF, pdTRUE, pdTRUE, portMAX_DELAY); in test_task_abort_delay()
|
/hal_espressif-3.6.0/components/freemodbus/port/ |
D | portevent_m.c | 123 uxBits = xEventGroupWaitBits( xEventGroupMasterConfirmHdl, // The event group being tested. in xMBMasterPortFsmWaitConfirmation() 140 uxBits = xEventGroupWaitBits( xEventGroupMasterHdl, // The event group being tested. in xMBMasterPortEventGet() 178 uxBits = xEventGroupWaitBits( xResourceMasterHdl, // The event group being tested. in xMBMasterRunResTake() 277 EventBits_t uxBits = xEventGroupWaitBits( xEventGroupMasterHdl, // The event group being tested. in eMBMasterWaitRequestFinish()
|
/hal_espressif-3.6.0/components/esp_eth/test_apps/main/ |
D | esp_eth_test.c | 73 bits = xEventGroupWaitBits(eth_event_group, ETH_START_BIT, true, true, pdMS_TO_TICKS(3000)); 78 bits = xEventGroupWaitBits(eth_event_group, ETH_STOP_BIT, true, true, pdMS_TO_TICKS(3000)); 255 …bits = xEventGroupWaitBits(eth_event_group, ETH_BROADCAST_RECV_BIT | ETH_MULTICAST_RECV_BIT | ETH_… 369 … bits = xEventGroupWaitBits(eth_event_group, ETH_CONNECT_BIT, true, true, pdMS_TO_TICKS(3000)); 391 bits = xEventGroupWaitBits(eth_event_group, ETH_STOP_BIT, true, true, pdMS_TO_TICKS(3000)); 400 … bits = xEventGroupWaitBits(eth_event_group, ETH_CONNECT_BIT, true, true, pdMS_TO_TICKS(3000)); 414 bits = xEventGroupWaitBits(eth_event_group, ETH_STOP_BIT, true, true, pdMS_TO_TICKS(3000));
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/ |
D | cmd_wifi.c | 152 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_cmd_sta_join() 165 xEventGroupWaitBits(wifi_event_group, DISCONNECTED_BIT, 0, 1, portTICK_RATE_MS); in wifi_cmd_sta_join() 174 xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 5000 / portTICK_RATE_MS); in wifi_cmd_sta_join() 279 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_cmd_query() 296 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_get_local_ip() 303 bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_get_local_ip()
|
/hal_espressif-3.6.0/examples/wifi/iperf/main/ |
D | cmd_wifi.c | 162 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_cmd_sta_join() 175 xEventGroupWaitBits(wifi_event_group, DISCONNECTED_BIT, 0, 1, portTICK_RATE_MS); in wifi_cmd_sta_join() 183 xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 5000 / portTICK_RATE_MS); in wifi_cmd_sta_join() 288 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_cmd_query() 305 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_get_local_ip() 312 bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_get_local_ip()
|
/hal_espressif-3.6.0/tools/test_apps/protocols/pppos/main/ |
D | pppos_client_main.c | 239 xEventGroupWaitBits(event_group, CONNECT_BIT, pdTRUE, pdTRUE, portMAX_DELAY); in app_main() 242 xEventGroupWaitBits(event_group, TCP_SERVER_DONE, pdTRUE, pdTRUE, portMAX_DELAY); in app_main() 260 xEventGroupWaitBits(event_group, DISCONNECT_BIT, pdTRUE, pdTRUE, portMAX_DELAY); in app_main() 266 xEventGroupWaitBits(event_group, STOP_BIT, pdTRUE, pdTRUE, portMAX_DELAY); in app_main()
|
/hal_espressif-3.6.0/examples/wifi/ftm/main/ |
D | ftm_main.c | 216 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_cmd_sta_join() 229 xEventGroupWaitBits(wifi_event_group, DISCONNECTED_BIT, 0, 1, portTICK_RATE_MS); in wifi_cmd_sta_join() 238 xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 5000 / portTICK_RATE_MS); in wifi_cmd_sta_join() 362 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_cmd_query() 436 bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_cmd_ftm() 481 bits = xEventGroupWaitBits(ftm_event_group, FTM_REPORT_BIT | FTM_FAILURE_BIT, in wifi_cmd_ftm()
|
/hal_espressif-3.6.0/components/lwip/test/ |
D | test_lwip_apps.c | 94 …bits = xEventGroupWaitBits(eth_event_group, ETH_PING_END_BIT, true, true, pdMS_TO_TICKS(ETH_PING_E… 100 …bits = xEventGroupWaitBits(eth_event_group, ETH_PING_END_BIT, true, true, pdMS_TO_TICKS(ETH_PING_E…
|
/hal_espressif-3.6.0/examples/protocols/pppos_client/main/ |
D | pppos_client_main.c | 292 xEventGroupWaitBits(event_group, CONNECT_BIT, pdTRUE, pdTRUE, portMAX_DELAY); in app_main() 301 xEventGroupWaitBits(event_group, GOT_DATA_BIT, pdTRUE, pdTRUE, portMAX_DELAY); in app_main() 307 xEventGroupWaitBits(event_group, STOP_BIT, pdTRUE, pdTRUE, portMAX_DELAY); in app_main()
|
/hal_espressif-3.6.0/components/freemodbus/tcp_slave/modbus_controller/ |
D | mbc_tcp_slave.c | 45 BaseType_t status = xEventGroupWaitBits(mbs_opts->mbs_event_group, in modbus_tcp_slave_task() 132 BaseType_t status = xEventGroupWaitBits(mbs_opts->mbs_event_group, (BaseType_t)group, in mbc_tcp_slave_check_event()
|
/hal_espressif-3.6.0/components/freemodbus/serial_slave/modbus_controller/ |
D | mbc_serial_slave.c | 44 BaseType_t status = xEventGroupWaitBits(mbs_opts->mbs_event_group, in modbus_slave_task() 125 BaseType_t status = xEventGroupWaitBits(mbs_opts->mbs_event_group, (BaseType_t)group, in mbc_serial_slave_check_event()
|
/hal_espressif-3.6.0/components/esp_wifi/test/ |
D | test_wifi.c | 293 bits = xEventGroupWaitBits(wifi_events, GOT_IP_EVENT, 1, 0, 7000/portTICK_RATE_MS); in wifi_connect_by_bssid() 315 bits = xEventGroupWaitBits(wifi_events, DISCONNECT_EVENT, 1, 0, 60000 / portTICK_RATE_MS); in test_wifi_connection_sta()
|
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | event_groups.h | 315 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup,
|
D | mpu_wrappers.h | 137 #define xEventGroupWaitBits MPU_xEventGroupWaitBits macro
|
/hal_espressif-3.6.0/examples/wifi/getting_started/station/main/ |
D | station_example_main.c | 109 EventBits_t bits = xEventGroupWaitBits(s_wifi_event_group, in wifi_init_sta()
|
/hal_espressif-3.6.0/examples/protocols/esp_local_ctrl/main/ |
D | app_main.c | 99 EventBits_t bits = xEventGroupWaitBits(s_wifi_event_group, in wifi_init_sta()
|
/hal_espressif-3.6.0/examples/system/console/advanced/main/ |
D | cmd_wifi.c | 77 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, in wifi_join()
|
/hal_espressif-3.6.0/examples/system/console/basic/main/ |
D | cmd_wifi.c | 77 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, in wifi_join()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/ |
D | wifi_connect.c | 72 xEventGroupWaitBits(s_connect_event_group, CONNECTED_BITS, true, true, portMAX_DELAY); in example_connect()
|
/hal_espressif-3.6.0/examples/wifi/wifi_easy_connect/dpp-enrollee/main/ |
D | dpp_enrollee_main.c | 132 EventBits_t bits = xEventGroupWaitBits(s_dpp_event_group, in dpp_enrollee_init()
|
/hal_espressif-3.6.0/examples/wifi/smart_config/main/ |
D | smartconfig_main.c | 114 …uxBits = xEventGroupWaitBits(s_wifi_event_group, CONNECTED_BIT | ESPTOUCH_DONE_BIT, true, false, p… in smartconfig_example_task()
|