Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_wifi/test_apps/wifi_connect/main/
Dtest_wifi_conn.c64 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/
Dtest_offchannel.c48 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/
Dtest_vfs_l2tap.c106 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/
Desp_wifi_adapter.c499 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/
Desp_wifi_adapter.c495 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/
Desp_wifi_adapter.c558 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/
Desp_wifi_adapter.c530 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/
Desp_adapter.c584 ._event_group_set_bits = (uint32_t(*)(void *,uint32_t))xEventGroupSetBits,
/hal_espressif-3.7.0/components/esp_wifi/esp32c2/
Desp_adapter.c554 ._event_group_set_bits = (uint32_t(*)(void *,uint32_t))xEventGroupSetBits,
/hal_espressif-3.7.0/components/esp_wifi/esp32s2/
Desp_adapter.c579 ._event_group_set_bits = (uint32_t(*)(void *,uint32_t))xEventGroupSetBits,
/hal_espressif-3.7.0/components/esp_wifi/esp32c6/
Desp_adapter.c560 ._event_group_set_bits = (uint32_t(*)(void *, uint32_t))xEventGroupSetBits,
/hal_espressif-3.7.0/components/esp_wifi/esp32c3/
Desp_adapter.c571 ._event_group_set_bits = (uint32_t(*)(void *,uint32_t))xEventGroupSetBits,
/hal_espressif-3.7.0/components/esp_wifi/esp32s3/
Desp_adapter.c596 ._event_group_set_bits = (uint32_t(*)(void *,uint32_t))xEventGroupSetBits,
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c244 xEventGroupSetBits(l2cap_local_param.tx_event_group, SLOT_CLOSE_BIT(slot->serial)); in l2cap_free_slot()
954xEventGroupSetBits(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/
Dbtc_spp.c279 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()