Home
last modified time | relevance | path

Searched defs:handler_args (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-3.6.0/examples/system/esp_event/default_event_loop/main/
Dmain.c58 static void timer_started_handler(void* handler_args, esp_event_base_t base, int32_t id, void* even… in timer_started_handler()
65 static void timer_started_handler_2(void* handler_args, esp_event_base_t base, int32_t id, void* ev… in timer_started_handler_2()
73 static void timer_expiry_handler(void* handler_args, esp_event_base_t base, int32_t id, void* event… in timer_expiry_handler()
93 static void timer_any_handler(void* handler_args, esp_event_base_t base, int32_t id, void* event_da… in timer_any_handler()
100 static void timer_stopped_handler(void* handler_args, esp_event_base_t base, int32_t id, void* even… in timer_stopped_handler()
113 static void task_iteration_handler(void* handler_args, esp_event_base_t base, int32_t id, void* eve… in task_iteration_handler()
146 static void all_event_handler(void* handler_args, esp_event_base_t base, int32_t id, void* event_da… in all_event_handler()
/hal_espressif-3.6.0/components/esp_eth/src/
Desp_eth_netif_glue.c124 static void eth_action_start(void *handler_args, esp_event_base_t base, int32_t event_id, void *eve… in eth_action_start()
134 static void eth_action_stop(void *handler_args, esp_event_base_t base, int32_t event_id, void *even… in eth_action_stop()
144 static void eth_action_connected(void *handler_args, esp_event_base_t base, int32_t event_id, void … in eth_action_connected()
154 static void eth_action_disconnected(void *handler_args, esp_event_base_t base, int32_t event_id, vo… in eth_action_disconnected()
164 static void eth_action_got_ip(void *handler_args, esp_event_base_t base, int32_t event_id, void *ev… in eth_action_got_ip()
/hal_espressif-3.6.0/examples/peripherals/gpio/matrix_keyboard/main/
Dmatrix_keyboard_example_main.c19 …matrix_kbd_handle_t mkbd_handle, matrix_kbd_event_id_t event, void *event_data, void *handler_args) in example_matrix_kbd_event_handler()
/hal_espressif-3.6.0/examples/mesh/ip_internal_network/main/
Dmqtt_app.c58 static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *e… in mqtt_event_handler()
/hal_espressif-3.6.0/tools/test_apps/protocols/mqtt/build_test/main/
Dmqtt_app.cpp53 static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *e… in mqtt_event_handler()
/hal_espressif-3.6.0/examples/protocols/mqtt/wss/main/
Dapp_main.c89 static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *e… in mqtt_event_handler()
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_mutual_auth/main/
Dapp_main.c58 static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *e… in mqtt_event_handler()
/hal_espressif-3.6.0/examples/protocols/mqtt/ws/main/
Dapp_main.c51 static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *e… in mqtt_event_handler()
/hal_espressif-3.6.0/examples/system/esp_event/user_event_loops/main/
Dmain.c38 static void task_iteration_handler(void* handler_args, esp_event_base_t base, int32_t id, void* eve… in task_iteration_handler()
/hal_espressif-3.6.0/examples/protocols/mqtt/tcp/main/
Dapp_main.c53 static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *e… in mqtt_event_handler()
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl/main/
Dapp_main.c62 static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *e… in mqtt_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_host_main.c32 void hidh_callback(void *handler_args, esp_event_base_t base, int32_t id, void *event_data) in hidh_callback()
/hal_espressif-3.6.0/examples/protocols/websocket/main/
Dwebsocket_example.c59 static void websocket_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, vo… in websocket_event_handler()
/hal_espressif-3.6.0/examples/protocols/pppos_client/components/modem/src/
Desp_modem_compat.c63 …rr_t esp_modem_add_event_handler(modem_dte_t *dte, esp_event_handler_t handler, void *handler_args) in esp_modem_add_event_handler()
Desp_modem.c491 …_event_handler(modem_dte_t *dte, esp_event_handler_t handler, int32_t event_id, void *handler_args) in esp_modem_set_event_handler()
/hal_espressif-3.6.0/tools/test_apps/protocols/mqtt/publish_connect_test/main/
Dpublish_test.c43 static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *e… in mqtt_event_handler()
Dconnect_test.c40 static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *e… in mqtt_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_device_main.c332 static void ble_hidd_event_callback(void *handler_args, esp_event_base_t base, int32_t id, void *ev… in ble_hidd_event_callback()
509 static void bt_hidd_event_callback(void *handler_args, esp_event_base_t base, int32_t id, void *eve… in bt_hidd_event_callback()
/hal_espressif-3.6.0/examples/peripherals/uart/nmea0183_parser/main/
Dnmea_parser.c773 …r_add_handler(nmea_parser_handle_t nmea_hdl, esp_event_handler_t event_handler, void *handler_args) in nmea_parser_add_handler()
/hal_espressif-3.6.0/examples/cxx/experimental/esp_mqtt_cxx/components/esp_mqtt_cxx/
Desp_mqtt_cxx.cpp134 void Client::mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *… in mqtt_event_handler()
/hal_espressif-3.6.0/components/esp_event/test/
Dtest_event.c1844 static void test_create_loop_handler(void* handler_args, esp_event_base_t base, int32_t id, void* e… in test_create_loop_handler()