Home
last modified time | relevance | path

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

12

/lk-master/external/lib/lwip/core/
A Dtimers.c263 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug()
321 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout()
363 sys_timeout_handler handler; in sys_check_timeouts() local
427 sys_timeout_handler handler; in sys_timeouts_mbox_fetch() local
/lk-master/external/platform/pico/rp2_common/hardware_irq/
A Dirq.c30 static void set_raw_irq_handler_and_unlock(uint num, irq_handler_t handler, uint32_t save) { in set_raw_irq_handler_and_unlock()
92 irq_handler_t handler; member
107 void irq_set_exclusive_handler(uint num, irq_handler_t handler) { in irq_set_exclusive_handler()
180 void irq_add_shared_handler(uint num, irq_handler_t handler, uint8_t order_priority) { in irq_add_shared_handler()
255 void irq_remove_handler(uint num, irq_handler_t handler) { in irq_remove_handler()
/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_power.h192 nrfx_power_pofwarn_event_handler_t handler; //!< Event handler. member
209 nrfx_power_sleep_event_handler_t handler; //!< Event handler. member
223 nrfx_power_usb_event_handler_t handler; //!< Event processing. member
A Dnrfx_usbreg.h85 nrfx_usbreg_event_handler_t handler; //!< Event processing. member
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_gpiote.c105 nrfx_gpiote_evt_handler_t handler, in pin_in_use_by_te_set()
167 static int8_t channel_port_alloc(uint32_t pin, nrfx_gpiote_evt_handler_t handler, bool channel) in channel_port_alloc()
594 … nrfx_gpiote_evt_handler_t handler = channel_handler_get((uint32_t)channel_port_get(pin)); in nrfx_gpiote_in_event_enable() local
721 nrfx_gpiote_evt_handler_t handler = in port_event_handle() local
804 nrfx_gpiote_evt_handler_t handler = in port_event_handle() local
871 nrfx_gpiote_evt_handler_t handler = channel_handler_get(i); in nrfx_gpiote_irq_handler() local
A Dnrfx_ipc.c41 nrfx_ipc_handler_t handler; member
48 nrfx_err_t nrfx_ipc_init(uint8_t irq_priority, nrfx_ipc_handler_t handler, void * p_context) in nrfx_ipc_init()
A Dnrfx_i2s.c71 nrfx_i2s_data_handler_t handler; member
188 nrfx_i2s_data_handler_t handler) in nrfx_i2s_init()
A Dnrfx_spi.c51 nrfx_spi_evt_handler_t handler; member
70 nrfx_spi_evt_handler_t handler, in nrfx_spi_init()
A Dnrfx_qspi.c53 nrfx_qspi_handler_t handler; /**< Handler. */ member
119 nrfx_qspi_handler_t handler, in nrfx_qspi_init()
A Dnrfx_pwm.c74 nrfx_pwm_handler_t handler; member
132 nrfx_pwm_handler_t handler, in nrfx_pwm_init()
A Dnrfx_rng.c51 nrfx_err_t nrfx_rng_init(nrfx_rng_config_t const * p_config, nrfx_rng_evt_handler_t handler) in nrfx_rng_init()
A Dnrfx_temp.c56 nrfx_err_t nrfx_temp_init(nrfx_temp_config_t const * p_config, nrfx_temp_data_handler_t handler) in nrfx_temp_init()
/lk-master/dev/interrupt/or1k_pic/
A Dor1k_pic.c23 int_handler handler; member
29 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler()
/lk-master/platform/armemu/
A Dinterrupts.c21 int_handler handler; member
83 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler()
/lk-master/platform/microblaze/
A Dintc.c36 int_handler handler; member
42 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler()
/lk-master/platform/qemu-virt-riscv/
A Dplic.c31 int_handler handler; member
60 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler()
/lk-master/platform/sifive/
A Dplic.c32 int_handler handler; member
60 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler()
/lk-master/platform/pc/
A Dinterrupts.c31 int_handler handler; member
199 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler()
/lk-master/platform/qemu-virt-m68k/
A Dpic.c37 int_handler handler; member
86 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler()
/lk-master/platform/qemu-mips/
A Dintc.c50 int_handler handler; member
248 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler()
/lk-master/app/lkboot/
A Dcommands.c47 lkb_handler_t handler; member
53 void lkb_register(const char *name, lkb_handler_t handler, void *cookie) { in lkb_register()
/lk-master/platform/bcm28xx/
A Dintc.c77 int_handler handler; member
149 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler()
/lk-master/external/lib/lwip/include/lwip/
A Dtimers.h81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
/lk-master/external/platform/nrfx/drivers/src/prs/
A Dnrfx_prs.c47 nrfx_irq_handler_t handler; member
/lk-master/dev/interrupt/arm_gic/
A Darm_gic.c73 int_handler handler; member
87 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler()
395 struct int_handler_struct *handler = get_int_handler(vector, cpu); in __platform_irq() local

Completed in 182 milliseconds

12