Home
last modified time | relevance | path

Searched refs:xEventGroupWaitBits (Results 1 – 25 of 57) sorted by relevance

123

/hal_espressif-3.6.0/components/wpa_supplicant/test/
Dtest_offchannel.c157 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/
Dtest_emac.c143 …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/
Dtest_transport_fixtures.c141xEventGroupWaitBits(storage->tcp_connect_done, TCP_TEST_DONE, true, true, storage->config.timeout_… in localhost_listener()
163xEventGroupWaitBits(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/
Dtest_freertos_eventgroups.c35 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 …
Dtest_freertos_task_utilities.c71 … 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/
Dportevent_m.c123 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/
Desp_eth_test.c73 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/
Dcmd_wifi.c152 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/
Dcmd_wifi.c162 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/
Dpppos_client_main.c239 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/
Dftm_main.c216 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/
Dtest_lwip_apps.c94 …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/
Dpppos_client_main.c292 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/
Dmbc_tcp_slave.c45 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/
Dmbc_serial_slave.c44 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/
Dtest_wifi.c293 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/
Devent_groups.h315 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup,
Dmpu_wrappers.h137 #define xEventGroupWaitBits MPU_xEventGroupWaitBits macro
/hal_espressif-3.6.0/examples/wifi/getting_started/station/main/
Dstation_example_main.c109 EventBits_t bits = xEventGroupWaitBits(s_wifi_event_group, in wifi_init_sta()
/hal_espressif-3.6.0/examples/protocols/esp_local_ctrl/main/
Dapp_main.c99 EventBits_t bits = xEventGroupWaitBits(s_wifi_event_group, in wifi_init_sta()
/hal_espressif-3.6.0/examples/system/console/advanced/main/
Dcmd_wifi.c77 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, in wifi_join()
/hal_espressif-3.6.0/examples/system/console/basic/main/
Dcmd_wifi.c77 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/
Dwifi_connect.c72 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/
Ddpp_enrollee_main.c132 EventBits_t bits = xEventGroupWaitBits(s_dpp_event_group, in dpp_enrollee_init()
/hal_espressif-3.6.0/examples/wifi/smart_config/main/
Dsmartconfig_main.c114 …uxBits = xEventGroupWaitBits(s_wifi_event_group, CONNECTED_BIT | ESPTOUCH_DONE_BIT, true, false, p… in smartconfig_example_task()

123