Searched refs:evt_id (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | etm_ll.h | 86 hw->channel[chan].evt_id.evt_id = event; in etm_ll_channel_set_event()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | etm_ll.h | 87 hw->channel[chan].evt_id.evt_id = event; in etm_ll_channel_set_event()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_common_i.h | 24 int esp_supplicant_post_evt(uint32_t evt_id, uint32_t data);
|
D | esp_wpa3_i.h | 56 int wpa3_hostap_post_evt(uint32_t evt_id, uint32_t data);
|
D | esp_dpp.c | 41 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()
|
D | esp_wpa3.c | 404 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()
|
D | esp_common.c | 817 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/ |
D | soc_etm_struct.h | 679 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/ |
D | soc_etm_struct.h | 679 uint32_t evt_id:8; member 738 soc_etm_chn_evt_id_reg_t evt_id; member
|
/hal_espressif-latest/components/esp_netif/lwip/ |
D | esp_netif_lwip.c | 1259 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()
|