/hal_espressif-3.6.0/components/freemodbus/port/ |
D | portevent_m.c | 113 (void) xEventGroupSetBits( xEventGroupMasterHdl, (EventBits_t)eTempEvent ); in xMBMasterPortEventPost() 149 xEventGroupSetBits( xEventGroupMasterConfirmHdl, *eEvent ); in xMBMasterPortEventGet() 163 xEventGroupSetBits(xResourceMasterHdl, MB_EVENT_RESOURCE); in vMBMasterOsResInit() 194 EventBits_t uxBits = xEventGroupSetBits( xResourceMasterHdl, MB_EVENT_RESOURCE ); in vMBMasterRunResRelease() 289 xEventGroupSetBits( xEventGroupMasterConfirmHdl, (xRecvedEvent & MB_EVENT_REQ_MASK) ); in eMBMasterWaitRequestFinish()
|
/hal_espressif-3.6.0/components/esp_eth/test_apps/main/ |
D | esp_eth_test.c | 38 xEventGroupSetBits(eth_event_group, ETH_CONNECT_BIT); in eth_event_handler() 41 xEventGroupSetBits(eth_event_group, ETH_START_BIT); in eth_event_handler() 44 xEventGroupSetBits(eth_event_group, ETH_STOP_BIT); in eth_event_handler() 213 xEventGroupSetBits(eth_event_group, ETH_BROADCAST_RECV_BIT); in l2_packet_txrx_test_cb() 216 xEventGroupSetBits(eth_event_group, ETH_MULTICAST_RECV_BIT); in l2_packet_txrx_test_cb() 219 xEventGroupSetBits(eth_event_group, ETH_UNICAST_RECV_BIT); in l2_packet_txrx_test_cb() 282 xEventGroupSetBits(eth_event_group, ETH_CONNECT_BIT); in eth_event_handler() 287 xEventGroupSetBits(eth_event_group, ETH_START_BIT); in eth_event_handler() 290 xEventGroupSetBits(eth_event_group, ETH_STOP_BIT); in eth_event_handler()
|
/hal_espressif-3.6.0/components/freertos/test/ |
D | test_freertos_eventgroups.c | 38 xEventGroupSetBits(eg, BIT_RESPONSE(task_num)); in task_event_group_call_response() 67 xEventGroupSetBits(eg, BIT_CALL); 96 int after_done = xEventGroupSetBits(eg, BIT_DONE(task_num)); in task_test_sync() 207 xEventGroupSetBits(eg, BITS); //Set bits to be cleared
|
/hal_espressif-3.6.0/components/tcp_transport/test/ |
D | test_transport_fixtures.c | 123 xEventGroupSetBits(storage->tcp_connect_done, TCP_LISTENER_READY); in localhost_listener() 139 …xEventGroupSetBits(storage->tcp_connect_done, TCP_LISTENER_ACCEPTED); // Mark the socket as accept… in localhost_listener() 145 xEventGroupSetBits(storage->tcp_connect_done, TCP_LISTENER_DONE); in localhost_listener() 165 xEventGroupSetBits(storage->tcp_connect_done, TCP_CONNECT_DONE); in tcp_connect_task() 218 xEventGroupSetBits(t->tcp_connect_done, TCP_TEST_DONE); in connect_test_teardown()
|
/hal_espressif-3.6.0/tools/test_apps/protocols/pppos/main/ |
D | pppos_client_main.c | 43 xEventGroupSetBits(event_group, STOP_BIT); in modem_event_handler() 58 xEventGroupSetBits(event_group, DISCONNECT_BIT); in on_ppp_changed() 75 xEventGroupSetBits(event_group, CONNECT_BIT); in on_ip_event() 198 xEventGroupSetBits(event_group, TCP_SERVER_FAILED); in test_tcp_server_ipv6() 200 xEventGroupSetBits(event_group, TCP_SERVER_DONE); in test_tcp_server_ipv6()
|
/hal_espressif-3.6.0/components/wpa_supplicant/test/ |
D | test_offchannel.c | 48 xEventGroupSetBits(wifi_event, WIFI_START_EVENT); in wifi_event_handler() 61 xEventGroupSetBits(wifi_event, WIFI_ROC_DONE_EVENT); in wifi_event_handler() 65 xEventGroupSetBits(wifi_event, WIFI_SCAN_DONE_EVENT); in wifi_event_handler() 208 xEventGroupSetBits(wifi_event, WIFI_ACTION_RX_EVENT); in test_rx_action()
|
/hal_espressif-3.6.0/examples/wifi/wifi_easy_connect/dpp-enrollee/main/ |
D | dpp_enrollee_main.c | 63 xEventGroupSetBits(s_dpp_event_group, DPP_CONNECT_FAIL_BIT); in event_handler() 70 xEventGroupSetBits(s_dpp_event_group, DPP_CONNECTED_BIT); in event_handler() 99 xEventGroupSetBits(s_dpp_event_group, DPP_AUTH_FAIL_BIT); in dpp_enrollee_event_cb()
|
/hal_espressif-3.6.0/components/esp_eth/test/ |
D | test_emac.c | 45 xEventGroupSetBits(eth_event_group, ETH_CONNECT_BIT); in eth_event_handler() 52 xEventGroupSetBits(eth_event_group, ETH_START_BIT); in eth_event_handler() 56 xEventGroupSetBits(eth_event_group, ETH_STOP_BIT); in eth_event_handler() 77 xEventGroupSetBits(eth_event_group, ETH_GOT_IP_BIT); in got_ip_event_handler() 303 xEventGroupSetBits(eth_event_group, ETH_DOWNLOAD_END_BIT); in eth_download_task()
|
/hal_espressif-3.6.0/examples/wifi/getting_started/station/main/ |
D | station_example_main.c | 55 xEventGroupSetBits(s_wifi_event_group, WIFI_FAIL_BIT); in event_handler() 62 xEventGroupSetBits(s_wifi_event_group, WIFI_CONNECTED_BIT); in event_handler()
|
/hal_espressif-3.6.0/examples/protocols/esp_local_ctrl/main/ |
D | app_main.c | 57 xEventGroupSetBits(s_wifi_event_group, WIFI_FAIL_BIT); in event_handler() 64 xEventGroupSetBits(s_wifi_event_group, WIFI_CONNECTED_BIT); in event_handler()
|
/hal_espressif-3.6.0/examples/wifi/smart_config/main/ |
D | smartconfig_main.c | 45 xEventGroupSetBits(s_wifi_event_group, CONNECTED_BIT); in event_handler() 84 xEventGroupSetBits(s_wifi_event_group, ESPTOUCH_DONE_BIT); in event_handler()
|
/hal_espressif-3.6.0/examples/protocols/pppos_client/main/ |
D | pppos_client_main.c | 120 xEventGroupSetBits(event_group, STOP_BIT); in modem_event_handler() 158 xEventGroupSetBits(event_group, GOT_DATA_BIT); in mqtt_event_handler() 202 xEventGroupSetBits(event_group, CONNECT_BIT); in on_ip_event()
|
/hal_espressif-3.6.0/examples/wifi/ftm/main/ |
D | ftm_main.c | 113 xEventGroupSetBits(wifi_event_group, CONNECTED_BIT); in event_handler() 122 xEventGroupSetBits(wifi_event_group, DISCONNECTED_BIT); in event_handler() 131 xEventGroupSetBits(ftm_event_group, FTM_REPORT_BIT); in event_handler() 135 xEventGroupSetBits(ftm_event_group, FTM_FAILURE_BIT); in event_handler()
|
/hal_espressif-3.6.0/examples/protocols/static_ip/main/ |
D | static_ip_example_main.c | 98 xEventGroupSetBits(s_wifi_event_group, WIFI_FAIL_BIT); in event_handler() 105 xEventGroupSetBits(s_wifi_event_group, WIFI_CONNECTED_BIT); in event_handler()
|
/hal_espressif-3.6.0/components/freertos/ |
D | event_groups.c | 243 ( void ) xEventGroupSetBits( xEventGroup, uxBitsToSet ); in xEventGroupSync() 584 EventBits_t xEventGroupSetBits( EventGroupHandle_t xEventGroup, in xEventGroupSetBits() function 735 …( void ) xEventGroupSetBits( pvEventGroup, ( EventBits_t ) ulBitsToSet ); /*lint !e9079 Can't avoi… in vEventGroupSetBitsCallback()
|
/hal_espressif-3.6.0/components/esp_wifi/test/ |
D | test_wifi.c | 49 xEventGroupSetBits(wifi_events, DISCONNECT_EVENT); in wifi_event_handler() 71 xEventGroupSetBits(wifi_events, GOT_IP_EVENT); in ip_event_handler()
|
D | test_wifi_init.c | 33 xEventGroupSetBits(wifi_events, DISCONNECT_EVENT); in wifi_event_handler() 52 xEventGroupSetBits(wifi_events, GOT_IP_EVENT); in ip_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | transaction.c | 59 xEventGroupSetBits(trans->event_group, events); in transaction_set_events() 118 xEventGroupSetBits(trans->event_group, TRANSACTION_ABORT_EVENT); in transaction_abort()
|
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | event_groups.h | 524 EventBits_t xEventGroupSetBits( EventGroupHandle_t xEventGroup,
|
D | mpu_wrappers.h | 139 #define xEventGroupSetBits MPU_xEventGroupSetBits macro
|
/hal_espressif-3.6.0/examples/wifi/wifi_eap_fast/main/ |
D | wifi_eap_fast_main.c | 67 xEventGroupSetBits(wifi_event_group, CONNECTED_BIT); in event_handler()
|
/hal_espressif-3.6.0/examples/system/console/advanced/main/ |
D | cmd_wifi.c | 36 xEventGroupSetBits(wifi_event_group, CONNECTED_BIT); in event_handler()
|
/hal_espressif-3.6.0/examples/system/console/basic/main/ |
D | cmd_wifi.c | 36 xEventGroupSetBits(wifi_event_group, CONNECTED_BIT); in event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/ |
D | wifi_connect.c | 60 xEventGroupSetBits(s_connect_event_group, GOT_IPV4_BIT); in on_got_ip()
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/bleprph_wifi_coex/main/ |
D | main.c | 82 xEventGroupSetBits(s_wifi_event_group, WIFI_FAIL_BIT); in event_handler() 89 xEventGroupSetBits(s_wifi_event_group, WIFI_CONNECTED_BIT); in event_handler()
|