Home
last modified time | relevance | path

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

12

/hal_espressif-2.7.6/components/driver/
Drtc_module.c46 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/
Desp_system_api.c26 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/
Dsystem_api.c23 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/
Dmesh_timer.h54 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/
Dcc.h96 #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/
Dtest_esp32s2.c225 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/
Desp_modbus_master_tcp.c23 esp_err_t mbc_master_init_tcp(void** handler) in mbc_master_init_tcp()
Desp_modbus_slave_tcp.c23 esp_err_t mbc_slave_init_tcp(void** handler) in mbc_slave_init_tcp()
Desp_modbus_master_serial.c24 esp_err_t mbc_master_init(mb_port_type_t port_type, void** handler) in mbc_master_init()
Desp_modbus_slave_serial.c25 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/
Dwpa_debug.c121 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/
Desp_event_private.c29 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/
Dapp_spp_msg_set.h19 spp_cmd_handler handler; member
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/
Dapp_hf_msg_set.h19 hf_cmd_handler handler; member
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/
Dapp_hf_msg_set.h19 hf_cmd_handler handler; member
/hal_espressif-2.7.6/components/hal/esp32/include/hal/
Dinterrupt_controller_ll.h65 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/
Dinterrupt_controller_ll.h65 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/
Dinterrupt_controller_ll.h65 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/
Dxtensa_intr.c91 void * handler; member
/hal_espressif-2.7.6/examples/protocols/pppos_client/components/modem/src/
Desp_modem_compat.c63 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/
Dinterrupt_controller_ll.h71 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/
Dinterrupt.c33 intr_handler_t handler; member
/hal_espressif-2.7.6/components/hal/include/hal/
Dinterrupt_controller_hal.h157 …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/
Dgenie_util.h53 util_timer_handler_t handler; member
/hal_espressif-2.7.6/components/freemodbus/tcp_slave/modbus_controller/
Dmbc_tcp_slave.c159 esp_err_t mbc_tcp_slave_create(void** handler) in mbc_tcp_slave_create()

12