Home
last modified time | relevance | path

Searched refs:evt_id (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Detm_ll.h86 hw->channel[chan].evt_id.evt_id = event; in etm_ll_channel_set_event()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Detm_ll.h87 hw->channel[chan].evt_id.evt_id = event; in etm_ll_channel_set_event()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_common_i.h24 int esp_supplicant_post_evt(uint32_t evt_id, uint32_t data);
Desp_wpa3_i.h56 int wpa3_hostap_post_evt(uint32_t evt_id, uint32_t data);
Desp_dpp.c41 static int esp_dpp_post_evt(uint32_t evt_id, uint32_t data) in esp_dpp_post_evt() argument
50 evt->id = evt_id; in esp_dpp_post_evt()
63 if (evt_id != SIG_DPP_DEL_TASK) { in esp_dpp_post_evt()
66 wpa_printf(MSG_DEBUG,"DPP: Sent event %d to DPP task", evt_id); in esp_dpp_post_evt()
73 wpa_printf(MSG_ERROR,"DPP: Failed to send event %d to DPP task", evt_id); in esp_dpp_post_evt()
Desp_wpa3.c404 int wpa3_hostap_post_evt(uint32_t evt_id, uint32_t data) in wpa3_hostap_post_evt() argument
410 evt->id = evt_id; in wpa3_hostap_post_evt()
442 if (evt_id != SIG_TASK_DEL) { in wpa3_hostap_post_evt()
Desp_common.c817 int esp_supplicant_post_evt(uint32_t evt_id, uint32_t data) in esp_supplicant_post_evt() argument
824 evt->id = evt_id; in esp_supplicant_post_evt()
842 if (evt_id == SIG_SUPPLICANT_DEL_TASK) { in esp_supplicant_post_evt()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_etm_struct.h679 uint32_t evt_id:8; member
738 soc_etm_chn_evt_id_reg_t evt_id; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_etm_struct.h679 uint32_t evt_id:8; member
738 soc_etm_chn_evt_id_reg_t evt_id; member
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip.c1259 ip_event_t evt_id = esp_netif_get_event_id(esp_netif, ESP_NETIF_IP_EVENT_GOT_IP); in esp_netif_internal_dhcpc_cb() local
1274 ret = esp_event_post(IP_EVENT, evt_id, &evt, sizeof(evt), 0); in esp_netif_internal_dhcpc_cb()
1803 ip_event_t evt_id = esp_netif->get_ip_event; in esp_netif_set_old_ip_info() local
1812 ret = esp_event_post(IP_EVENT, evt_id, &evt, sizeof(evt), 0); in esp_netif_set_old_ip_info()