/hal_espressif-2.7.6/components/driver/ |
D | rtc_module.c | 46 intr_handler_t handler; member 93 esp_err_t rtc_isr_register(intr_handler_t handler, void* handler_arg, uint32_t rtc_intr_mask) in rtc_isr_register() 113 esp_err_t rtc_isr_deregister(intr_handler_t handler, void* handler_arg) in rtc_isr_deregister()
|
/hal_espressif-2.7.6/zephyr/esp32/src/common/ |
D | esp_system_api.c | 26 esp_err_t esp_register_shutdown_handler(shutdown_handler_t handler) in esp_register_shutdown_handler() 39 esp_err_t esp_unregister_shutdown_handler(shutdown_handler_t handler) in esp_unregister_shutdown_handler()
|
/hal_espressif-2.7.6/components/esp_system/ |
D | system_api.c | 23 esp_err_t esp_register_shutdown_handler(shutdown_handler_t handler) in esp_register_shutdown_handler() 36 esp_err_t esp_unregister_shutdown_handler(shutdown_handler_t handler) in esp_unregister_shutdown_handler()
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_timer.h | 54 k_work_handler_t handler; member 238 static inline void k_work_init(struct k_work *work, k_work_handler_t handler) in k_work_init()
|
/hal_espressif-2.7.6/components/lwip/port/esp32/include/arch/ |
D | cc.h | 96 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument 100 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
/hal_espressif-2.7.6/components/driver/test/dac_dma_test/ |
D | test_esp32s2.c | 225 intr_handler_t handler; member 270 esp_err_t adc_dac_dma_isr_register(intr_handler_t handler, void* handler_arg, uint32_t intr_mask) in adc_dac_dma_isr_register() 290 esp_err_t adc_dac_dma_isr_deregister(intr_handler_t handler, void* handler_arg) in adc_dac_dma_isr_deregister()
|
/hal_espressif-2.7.6/components/freemodbus/common/ |
D | esp_modbus_master_tcp.c | 23 esp_err_t mbc_master_init_tcp(void** handler) in mbc_master_init_tcp()
|
D | esp_modbus_slave_tcp.c | 23 esp_err_t mbc_slave_init_tcp(void** handler) in mbc_slave_init_tcp()
|
D | esp_modbus_master_serial.c | 24 esp_err_t mbc_master_init(mb_port_type_t port_type, void** handler) in mbc_master_init()
|
D | esp_modbus_slave_serial.c | 25 esp_err_t mbc_slave_init(mb_port_type_t port_type, void** handler) in mbc_slave_init()
|
/hal_espressif-2.7.6/components/wpa_supplicant/src/utils/ |
D | wpa_debug.c | 121 int eloop_cancel_timeout(eloop_timeout_handler handler, in eloop_cancel_timeout() 128 eloop_timeout_handler handler, in eloop_register_timeout()
|
/hal_espressif-2.7.6/components/esp_event/ |
D | esp_event_private.c | 29 esp_event_handler_node_t* handler; in esp_event_is_handler_registered() local
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/main/ |
D | app_spp_msg_set.h | 19 spp_cmd_handler handler; member
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/ |
D | app_hf_msg_set.h | 19 hf_cmd_handler handler; member
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/ |
D | app_hf_msg_set.h | 19 hf_cmd_handler handler; member
|
/hal_espressif-2.7.6/components/hal/esp32/include/hal/ |
D | interrupt_controller_ll.h | 65 static inline void intr_cntrl_ll_set_int_handler(uint8_t intr, interrupt_handler_t handler, void *a… in intr_cntrl_ll_set_int_handler()
|
/hal_espressif-2.7.6/components/hal/esp32s2/include/hal/ |
D | interrupt_controller_ll.h | 65 static inline void intr_cntrl_ll_set_int_handler(uint8_t intr, interrupt_handler_t handler, void *a… in intr_cntrl_ll_set_int_handler()
|
/hal_espressif-2.7.6/components/hal/esp32s3/include/hal/ |
D | interrupt_controller_ll.h | 65 static inline void intr_cntrl_ll_set_int_handler(uint8_t intr, interrupt_handler_t handler, void *a… in intr_cntrl_ll_set_int_handler()
|
/hal_espressif-2.7.6/components/xtensa/ |
D | xtensa_intr.c | 91 void * handler; member
|
/hal_espressif-2.7.6/examples/protocols/pppos_client/components/modem/src/ |
D | esp_modem_compat.c | 63 esp_err_t esp_modem_add_event_handler(modem_dte_t *dte, esp_event_handler_t handler, void *handler_… in esp_modem_add_event_handler()
|
/hal_espressif-2.7.6/components/hal/esp32c3/include/hal/ |
D | interrupt_controller_ll.h | 71 static inline void intr_cntrl_ll_set_int_handler(uint8_t intr, interrupt_handler_t handler, void *a… in intr_cntrl_ll_set_int_handler()
|
/hal_espressif-2.7.6/components/riscv/ |
D | interrupt.c | 33 intr_handler_t handler; member
|
/hal_espressif-2.7.6/components/hal/include/hal/ |
D | interrupt_controller_hal.h | 157 …ne void interrupt_controller_hal_set_int_handler(uint8_t intr, interrupt_handler_t handler, void *… in interrupt_controller_hal_set_int_handler()
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/include/ |
D | genie_util.h | 53 util_timer_handler_t handler; member
|
/hal_espressif-2.7.6/components/freemodbus/tcp_slave/modbus_controller/ |
D | mbc_tcp_slave.c | 159 esp_err_t mbc_tcp_slave_create(void** handler) in mbc_tcp_slave_create()
|