/hal_espressif-latest/components/esp_netif/ |
D | esp_netif_handlers.c | 23 void esp_netif_action_start(void *esp_netif, esp_event_base_t base, int32_t event_id, void *data) in esp_netif_action_start() 29 void esp_netif_action_stop(void *esp_netif, esp_event_base_t base, int32_t event_id, void *data) in esp_netif_action_stop() 35 void esp_netif_action_connected(void *esp_netif, esp_event_base_t base, int32_t event_id, void *dat… in esp_netif_action_connected() 82 void esp_netif_action_disconnected(void *esp_netif, esp_event_base_t base, int32_t event_id, void *… in esp_netif_action_disconnected() 89 void esp_netif_action_got_ip(void *esp_netif, esp_event_base_t base, int32_t event_id, void *data) in esp_netif_action_got_ip() 99 …tion_join_ip6_multicast_group(void *esp_netif, esp_event_base_t base, int32_t event_id, void *data) in esp_netif_action_join_ip6_multicast_group() 106 …ion_leave_ip6_multicast_group(void *esp_netif, esp_event_base_t base, int32_t event_id, void *data) in esp_netif_action_leave_ip6_multicast_group() 113 void esp_netif_action_add_ip6_address(void *esp_netif, esp_event_base_t base, int32_t event_id, voi… in esp_netif_action_add_ip6_address() 120 void esp_netif_action_remove_ip6_address(void *esp_netif, esp_event_base_t base, int32_t event_id, … in esp_netif_action_remove_ip6_address()
|
/hal_espressif-latest/components/esp_event/ |
D | default_event_loop.c | 17 esp_err_t esp_event_handler_register(esp_event_base_t event_base, int32_t event_id, in esp_event_handler_register() 29 int32_t event_id, in esp_event_handler_instance_register() 46 esp_err_t esp_event_handler_unregister(esp_event_base_t event_base, int32_t event_id, in esp_event_handler_unregister() 58 int32_t event_id, in esp_event_handler_instance_unregister() 68 esp_err_t esp_event_post(esp_event_base_t event_base, int32_t event_id, in esp_event_post() 81 esp_err_t esp_event_isr_post(esp_event_base_t event_base, int32_t event_id, in esp_event_isr_post()
|
D | esp_event.c | 696 … int32_t event_id, esp_event_handler_t event_handler, void* event_handler_arg, in esp_event_handler_register_with_internal() 761 … int32_t event_id, esp_event_handler_t event_handler, void* event_handler_arg) in esp_event_handler_register_with() 767 … int32_t event_id, esp_event_handler_t event_handler, void* event_handler_arg, in esp_event_handler_instance_register_with() 774 … int32_t event_id, esp_event_handler_instance_context_t* handler_ctx, bool legacy) in esp_event_handler_unregister_with_internal() 810 int32_t event_id, esp_event_handler_t event_handler) in esp_event_handler_unregister_with() 820 … int32_t event_id, esp_event_handler_instance_t handler_ctx_arg) in esp_event_handler_instance_unregister_with() 827 …sp_event_post_to(esp_event_loop_handle_t event_loop, esp_event_base_t event_base, int32_t event_id, in esp_event_post_to() 904 …vent_isr_post_to(esp_event_loop_handle_t event_loop, esp_event_base_t event_base, int32_t event_id, in esp_event_isr_post_to()
|
D | esp_event_private.c | 20 …ed(esp_event_loop_handle_t event_loop, esp_event_base_t event_base, int32_t event_id, esp_event_ha… in esp_event_is_handler_registered()
|
/hal_espressif-latest/components/esp_wifi/src/ |
D | wifi_default.c | 36 static void wifi_start(void *esp_netif, esp_event_base_t base, int32_t event_id, void *data) in wifi_start() 70 static void wifi_default_action_sta_start(void *arg, esp_event_base_t base, int32_t event_id, void … in wifi_default_action_sta_start() 77 static void wifi_default_action_sta_stop(void *arg, esp_event_base_t base, int32_t event_id, void *… in wifi_default_action_sta_stop() 84 static void wifi_default_action_sta_connected(void *arg, esp_event_base_t base, int32_t event_id, v… in wifi_default_action_sta_connected() 103 static void wifi_default_action_sta_disconnected(void *arg, esp_event_base_t base, int32_t event_id… in wifi_default_action_sta_disconnected() 111 static void wifi_default_action_ap_start(void *arg, esp_event_base_t base, int32_t event_id, void *… in wifi_default_action_ap_start() 118 static void wifi_default_action_ap_stop(void *arg, esp_event_base_t base, int32_t event_id, void *d… in wifi_default_action_ap_stop() 126 static void wifi_default_action_sta_got_ip(void *arg, esp_event_base_t base, int32_t event_id, void… in wifi_default_action_sta_got_ip() 139 static void wifi_default_action_nan_started(void *arg, esp_event_base_t base, int32_t event_id, voi… in wifi_default_action_nan_started() 147 static void wifi_default_action_nan_stopped(void *arg, esp_event_base_t base, int32_t event_id, voi… in wifi_default_action_nan_stopped()
|
D | mesh_event.c | 20 esp_err_t esp_mesh_send_event_internal(int32_t event_id, void* event_data, size_t event_data_size) in esp_mesh_send_event_internal()
|
D | smartconfig.c | 28 static void handler_got_ssid_passwd(void *arg, esp_event_base_t base, int32_t event_id, void *data) in handler_got_ssid_passwd()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_event.c | 26 esp_err_t esp_sleep_register_event_callback(esp_sleep_event_cb_index_t event_id, const esp_sleep_ev… in esp_sleep_register_event_callback() 56 esp_err_t esp_sleep_unregister_event_callback(esp_sleep_event_cb_index_t event_id, esp_sleep_event_… in esp_sleep_unregister_event_callback() 76 void IRAM_ATTR esp_sleep_execute_event_callbacks(esp_sleep_event_cb_index_t event_id, void *ext_arg) in esp_sleep_execute_event_callbacks()
|
/hal_espressif-latest/components/esp_netif/lwip/ |
D | esp_netif_br_glue.c | 46 static void eth_action_start(void *handler_args, esp_event_base_t base, int32_t event_id, void *eve… in eth_action_start() 64 static void eth_action_stop(void *handler_args, esp_event_base_t base, int32_t event_id, void *even… in eth_action_stop() 83 static void eth_action_connected(void *handler_args, esp_event_base_t base, int32_t event_id, void … in eth_action_connected() 103 static void eth_action_disconnected(void *handler_args, esp_event_base_t base, int32_t event_id, vo… in eth_action_disconnected() 127 static void br_action_got_ip(void *handler_args, esp_event_base_t base, int32_t event_id, void *eve… in br_action_got_ip()
|
D | esp_netif_sntp.c | 86 void esp_netif_sntp_renew_servers(void *handler_args, esp_event_base_t base, int32_t event_id, void… in esp_netif_sntp_renew_servers()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/ |
D | btc_avrc.c | 146 bool btc_avrc_tg_rn_evt_supported(uint8_t event_id) in btc_avrc_tg_rn_evt_supported() 153 bool btc_avrc_ct_rn_evt_supported(uint8_t event_id) in btc_avrc_ct_rn_evt_supported() 320 UINT8 event_id = p_meta_rsp->reg_notif.event_id; in send_metamsg_rsp() local 745 UINT8 event_id = pavrc_cmd->reg_notif.event_id; in btc_rc_upstreams_evt() local 1132 static bt_status_t btc_avrc_ct_send_register_notification_cmd(uint8_t tl, uint8_t event_id, uint32_… in btc_avrc_ct_send_register_notification_cmd() 1342 static void btc_avrc_tg_send_rn_rsp(esp_avrc_rn_event_ids_t event_id, esp_avrc_rn_rsp_t rsp, const … in btc_avrc_tg_send_rn_rsp()
|
D | bta_avrc_co.c | 86 BOOLEAN bta_avrc_co_rn_evt_supported(UINT8 event_id) in bta_avrc_co_rn_evt_supported()
|
/hal_espressif-latest/components/esp_wifi/wifi_apps/src/ |
D | nan_app.c | 438 static void nan_app_action_service_match(void *arg, esp_event_base_t event_base, int32_t event_id, … in nan_app_action_service_match() 453 static void nan_app_action_replied(void *arg, esp_event_base_t event_base, int32_t event_id, void *… in nan_app_action_replied() 468 static void nan_app_action_receive(void *arg, esp_event_base_t event_base, int32_t event_id, void *… in nan_app_action_receive() 483 static void nan_app_action_ndp_indication(void *arg, esp_event_base_t event_base, int32_t event_id,… in nan_app_action_ndp_indication() 520 static void nan_app_action_ndp_confirm(void *arg, esp_event_base_t event_base, int32_t event_id, vo… in nan_app_action_ndp_confirm() 571 static void nan_app_action_ndp_terminated(void *arg, esp_event_base_t event_base, int32_t event_id,… in nan_app_action_ndp_terminated() 600 static void nan_app_action_got_ipv6(void *arg, esp_event_base_t event_base, int32_t event_id, void … in nan_app_action_got_ipv6()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_avrc_api.c | 117 esp_err_t esp_avrc_ct_send_register_notification_cmd(uint8_t tl, uint8_t event_id, uint32_t event_p… in esp_avrc_ct_send_register_notification_cmd() 422 esp_avrc_rn_event_ids_t event_id) in esp_avrc_rn_evt_bit_mask_operation() 447 esp_err_t esp_avrc_tg_send_rn_rsp(esp_avrc_rn_event_ids_t event_id, esp_avrc_rn_rsp_t rsp, in esp_avrc_tg_send_rn_rsp()
|
/hal_espressif-latest/components/esp_timer/src/ |
D | esp_timer_etm.c | 32 uint32_t event_id = SYSTIMER_EVT_CNT_CMP0 + SYSTIMER_ALARM_ESPTIMER; in esp_timer_new_etm_alarm_event() local
|
/hal_espressif-latest/components/esp_system/ |
D | systick_etm.c | 35 uint32_t event_id = SYSTIMER_EVT_CNT_CMP0 + SYSTIMER_ALARM_OS_TICK_CORE0 + core_id; in esp_systick_new_etm_alarm_event() local
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | etm_interface.h | 36 uint32_t event_id; member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_avrc.h | 58 uint8_t event_id; member 144 esp_avrc_rn_event_ids_t event_id; member
|
/hal_espressif-latest/components/esp_event/host_test/esp_event_unit_test/main/ |
D | esp_event_test.cpp | 44 void dummy_handler(void* event_handler_arg, esp_event_base_t event_base, int32_t event_id, void* ev… in dummy_handler()
|
/hal_espressif-latest/components/esp_hw_support/dma/ |
D | gdma_etm.c | 64 uint32_t event_id = 0; in gdma_new_etm_event() local
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/ |
D | avrc_bld_ct.c | 101 static tAVRC_STS avrc_bld_register_change_notfn(UINT8 event_id, UINT32 event_parameter, BT_HDR *p_p… in avrc_bld_register_change_notfn()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_util.c | 84 const char *dump_rc_notification_event_id(UINT8 event_id) in dump_rc_notification_event_id()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | rtc_clk.c | 262 __attribute__((weak)) void rtc_clk_set_cpu_switch_to_bbpll(int event_id) in rtc_clk_set_cpu_switch_to_bbpll()
|
/hal_espressif-latest/components/driver/gpio/ |
D | gpio_etm.c | 171 uint32_t event_id = 0; in gpio_new_etm_event() local
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | rtc_clk.c | 302 __attribute__((weak)) void rtc_clk_set_cpu_switch_to_bbpll(int event_id) in rtc_clk_set_cpu_switch_to_bbpll()
|