Home
last modified time | relevance | path

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

12

/hal_espressif-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/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()
321 UINT8 event_id = p_meta_rsp->reg_notif.event_id; in send_metamsg_rsp() local
746 UINT8 event_id = pavrc_cmd->reg_notif.event_id; in btc_rc_upstreams_evt() local
1137 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()
1347 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-3.7.0/components/esp_wifi/wifi_apps/src/
Dnan_app.c418 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()
430 static void nan_app_action_replied(void *arg, esp_event_base_t event_base, int32_t event_id, void *… in nan_app_action_replied()
442 static void nan_app_action_receive(void *arg, esp_event_base_t event_base, int32_t event_id, void *… in nan_app_action_receive()
454 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()
486 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()
529 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()
556 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-3.7.0/components/esp_adc/test_apps/adc/main/
Dtest_adc2_wifi.c49 int32_t event_id, void* event_data) in wifi_event_handler()
69 int32_t event_id, void* event_data) in ip_event_handler()
/hal_espressif-3.7.0/components/esp_event/test_apps/main/
Dtest_event.c147 …imple_handler(void* event_handler_arg, esp_event_base_t event_base, int32_t event_id, void* event_… in test_event_simple_handler()
166 …ered_dispatch(void* event_handler_arg, esp_event_base_t event_base, int32_t event_id, void* event_… in test_event_ordered_dispatch()
174 …mance_handler(void* event_handler_arg, esp_event_base_t event_base, int32_t event_id, void* event_… in test_event_performance_handler()
223 …r_post_w_task(void* event_handler_arg, esp_event_base_t event_base, int32_t event_id, void* event_… in test_handler_post_w_task()
248 …_post_wo_task(void* event_handler_arg, esp_event_base_t event_base, int32_t event_id, void* event_… in test_handler_post_wo_task()
274 …gister_itself(void* event_handler_arg, esp_event_base_t event_base, int32_t event_id, void* event_… in test_handler_unregister_itself()
285 …gister_itself(void* event_handler_arg, esp_event_base_t event_base, int32_t event_id, void* event_… in test_handler_instance_unregister_itself()
1553 …ndler_pending(void* event_handler_arg, esp_event_base_t event_base, int32_t event_id, void* event_… in test_handler_pending()
1992 …post_from_isr(void* event_handler_arg, esp_event_base_t event_base, int32_t event_id, void* event_… in test_handler_post_from_isr()
Dtest_default_loop.c56 …imple_handler(void* event_handler_arg, esp_event_base_t event_base, int32_t event_id, void* event_… in test_event_simple_handler()
/hal_espressif-3.7.0/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-3.7.0/components/esp_wifi/test_apps/wifi_connect/main/
Dtest_wifi_conn.c54 int32_t event_id, void* event_data) in wifi_event_handler()
90 int32_t event_id, void* event_data) in ip_event_handler()
/hal_espressif-3.7.0/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-3.7.0/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-3.7.0/components/esp_wifi/test_apps/wifi_function/main/
Dtest_wifi_init.c21 static void wifi_event_handler(void* arg, esp_event_base_t event_base, int32_t event_id, void* even… in wifi_event_handler()
/hal_espressif-3.7.0/components/esp_hw_support/include/esp_private/
Detm_interface.h36 uint32_t event_id; member
/hal_espressif-3.7.0/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-3.7.0/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-3.7.0/components/esp_hw_support/dma/
Dgdma_etm.c64 uint32_t event_id = 0; in gdma_new_etm_event() local
/hal_espressif-3.7.0/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()

12