/lk-master/external/lib/lwip/core/ |
A D | timers.c | 263 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 D | irq.c | 30 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 D | nrfx_power.h | 192 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 D | nrfx_usbreg.h | 85 nrfx_usbreg_event_handler_t handler; //!< Event processing. member
|
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_gpiote.c | 105 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 D | nrfx_ipc.c | 41 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 D | nrfx_i2s.c | 71 nrfx_i2s_data_handler_t handler; member 188 nrfx_i2s_data_handler_t handler) in nrfx_i2s_init()
|
A D | nrfx_spi.c | 51 nrfx_spi_evt_handler_t handler; member 70 nrfx_spi_evt_handler_t handler, in nrfx_spi_init()
|
A D | nrfx_qspi.c | 53 nrfx_qspi_handler_t handler; /**< Handler. */ member 119 nrfx_qspi_handler_t handler, in nrfx_qspi_init()
|
A D | nrfx_pwm.c | 74 nrfx_pwm_handler_t handler; member 132 nrfx_pwm_handler_t handler, in nrfx_pwm_init()
|
A D | nrfx_rng.c | 51 nrfx_err_t nrfx_rng_init(nrfx_rng_config_t const * p_config, nrfx_rng_evt_handler_t handler) in nrfx_rng_init()
|
A D | nrfx_temp.c | 56 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 D | or1k_pic.c | 23 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 D | interrupts.c | 21 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 D | intc.c | 36 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 D | plic.c | 31 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 D | plic.c | 32 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 D | interrupts.c | 31 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 D | pic.c | 37 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 D | intc.c | 50 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 D | commands.c | 47 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 D | intc.c | 77 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 D | timers.h | 81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
|
/lk-master/external/platform/nrfx/drivers/src/prs/ |
A D | nrfx_prs.c | 47 nrfx_irq_handler_t handler; member
|
/lk-master/dev/interrupt/arm_gic/ |
A D | arm_gic.c | 73 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
|