/hal_espressif-3.7.0/components/esp_wifi/test_apps/wifi_connect/main/ |
D | test_wifi_conn.c | 64 xEventGroupSetBits(wifi_events, WIFI_AP_STA_CONNECTED); in wifi_event_handler() 70 xEventGroupSetBits(wifi_events, WIFI_AP_STA_CONNECTED); in wifi_event_handler() 79 xEventGroupSetBits(wifi_events, WIFI_DISCONNECT_EVENT); in wifi_event_handler() 101 xEventGroupSetBits(wifi_events, GOT_IP_EVENT); in ip_event_handler()
|
/hal_espressif-3.7.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.7.0/components/esp_netif/test_apps/test_app_vfs_l2tap/main/ |
D | test_vfs_l2tap.c | 106 xEventGroupSetBits(eth_event_group, ETH_CONNECT_BIT); in eth_event_handler() 112 xEventGroupSetBits(eth_event_group, ETH_START_BIT); in eth_event_handler() 116 xEventGroupSetBits(eth_event_group, ETH_STOP_BIT); in eth_event_handler() 143 xEventGroupSetBits(eth_event_group, ETH_GOT_IP_BIT); in got_ip_event_handler()
|
/hal_espressif-3.7.0/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 499 uint32_t xEventGroupSetBits(void *ptr, uint32_t data) in xEventGroupSetBits() function 845 ._event_group_set_bits = (uint32_t(*)(void *,uint32_t))xEventGroupSetBits,
|
/hal_espressif-3.7.0/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 495 uint32_t xEventGroupSetBits(void *ptr, uint32_t data) in xEventGroupSetBits() function 854 ._event_group_set_bits = xEventGroupSetBits,
|
/hal_espressif-3.7.0/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 558 uint32_t xEventGroupSetBits(void *ptr, uint32_t data) in xEventGroupSetBits() function 873 ._event_group_set_bits = xEventGroupSetBits,
|
/hal_espressif-3.7.0/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 530 uint32_t xEventGroupSetBits(void *ptr, uint32_t data) in xEventGroupSetBits() function 942 ._event_group_set_bits = (uint32_t(*)(void *,uint32_t))xEventGroupSetBits,
|
/hal_espressif-3.7.0/components/esp_wifi/esp32/ |
D | esp_adapter.c | 584 ._event_group_set_bits = (uint32_t(*)(void *,uint32_t))xEventGroupSetBits,
|
/hal_espressif-3.7.0/components/esp_wifi/esp32c2/ |
D | esp_adapter.c | 554 ._event_group_set_bits = (uint32_t(*)(void *,uint32_t))xEventGroupSetBits,
|
/hal_espressif-3.7.0/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 579 ._event_group_set_bits = (uint32_t(*)(void *,uint32_t))xEventGroupSetBits,
|
/hal_espressif-3.7.0/components/esp_wifi/esp32c6/ |
D | esp_adapter.c | 560 ._event_group_set_bits = (uint32_t(*)(void *, uint32_t))xEventGroupSetBits,
|
/hal_espressif-3.7.0/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 571 ._event_group_set_bits = (uint32_t(*)(void *,uint32_t))xEventGroupSetBits,
|
/hal_espressif-3.7.0/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 596 ._event_group_set_bits = (uint32_t(*)(void *,uint32_t))xEventGroupSetBits,
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/l2cap/ |
D | btc_l2cap.c | 244 xEventGroupSetBits(l2cap_local_param.tx_event_group, SLOT_CLOSE_BIT(slot->serial)); in l2cap_free_slot() 954 … xEventGroupSetBits(l2cap_local_param.tx_event_group, SLOT_WRITE_BIT(serial)); in btc_l2cap_cb_handler()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/spp/ |
D | btc_spp.c | 279 xEventGroupSetBits(spp_local_param.tx_event_group, SLOT_CLOSE_BIT(slot->serial)); in spp_free_slot() 1123 xEventGroupSetBits(spp_local_param.tx_event_group, SLOT_WRITE_BIT(serial)); in btc_spp_cb_handler()
|