Home
last modified time | relevance | path

Searched defs:event_id (Results 1 – 25 of 42) sorted by relevance

12

/hal_espressif-latest/components/esp_netif/
Desp_netif_handlers.c23 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/
Ddefault_event_loop.c17 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()
Desp_event.c696int32_t event_id, esp_event_handler_t event_handler, void* event_handler_arg, in esp_event_handler_register_with_internal()
761int32_t event_id, esp_event_handler_t event_handler, void* event_handler_arg) in esp_event_handler_register_with()
767int32_t event_id, esp_event_handler_t event_handler, void* event_handler_arg, in esp_event_handler_instance_register_with()
774int32_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()
820int32_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()
Desp_event_private.c20 …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/
Dwifi_default.c36 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()
Dmesh_event.c20 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()
Dsmartconfig.c28 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/
Dsleep_event.c26 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/
Desp_netif_br_glue.c46 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()
Desp_netif_sntp.c86 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/
Dbtc_avrc.c146 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()
Dbta_avrc_co.c86 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/
Dnan_app.c438 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/
Desp_avrc_api.c117 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/
Desp_timer_etm.c32 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/
Dsystick_etm.c35 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/
Detm_interface.h36 uint32_t event_id; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_avrc.h58 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/
Desp_event_test.cpp44 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/
Dgdma_etm.c64 uint32_t event_id = 0; in gdma_new_etm_event() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_bld_ct.c101 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/
Dbtc_util.c84 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/
Drtc_clk.c262 __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/
Dgpio_etm.c171 uint32_t event_id = 0; in gpio_new_etm_event() local
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Drtc_clk.c302 __attribute__((weak)) void rtc_clk_set_cpu_switch_to_bbpll(int event_id) in rtc_clk_set_cpu_switch_to_bbpll()

12