/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H 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
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | timeouts.c | 181 sys_timeout_abs(u32_t abs_time, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_abs() 287 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_debug() 317 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() 363 sys_timeout_handler handler; in sys_check_timeouts() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | timeouts.c | 201 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug() 273 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() 318 sys_timeout_handler handler; in sys_check_timeouts() local
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_power.h | 168 nrfx_power_pofwarn_event_handler_t handler; //!< Event handler member 185 nrfx_power_sleep_event_handler_t handler; //!< Event handler member 199 nrfx_power_usb_event_handler_t handler; //!< Event processing member
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | timeouts.h | 67 lwip_cyclic_timer_handler handler; member 100 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | timeouts.h | 72 lwip_cyclic_timer_handler handler; member 107 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
|
/nrf52832-nimble/rt-thread/components/drivers/sensors/ |
H A D | sensor.cpp | 57 int SensorBase::subscribe(SensorEventHandler_t handler, void *user_data) in subscribe() 150 int SensorManager::subscribe(int type, SensorEventHandler_t handler, void *user_data) in subscribe() 193 int rt_sensor_subscribe(rt_sensor_t sensor, SensorEventHandler_t handler, void *user_data) in rt_sensor_subscribe()
|
/nrf52832-nimble/rt-thread/components/drivers/wlan/ |
H A D | wlan_prot.c | 32 rt_wlan_prot_event_handler handler; member 45 rt_wlan_prot_event_handler handler; in rt_wlan_prot_event_handle() local 280 …register(struct rt_wlan_prot *prot, rt_wlan_prot_event_t event, rt_wlan_prot_event_handler handler) in rt_wlan_prot_event_register()
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_gpiote.c | 136 nrfx_gpiote_evt_handler_t handler, in pin_in_use_by_te_set() 187 static int8_t channel_port_alloc(uint32_t pin, nrfx_gpiote_evt_handler_t handler, bool channel) in channel_port_alloc() 590 … nrfx_gpiote_evt_handler_t handler = channel_handler_get((uint32_t)channel_port_get(pin)); in nrfx_gpiote_in_event_enable() local 703 nrfx_gpiote_evt_handler_t handler = channel_handler_get(i); in nrfx_gpiote_irq_handler() local 743 nrfx_gpiote_evt_handler_t handler = in nrfx_gpiote_irq_handler() local
|
H A D | nrfx_i2s.c | 61 nrfx_i2s_data_handler_t handler; member 141 nrfx_i2s_data_handler_t handler) in nrfx_i2s_init()
|
H A D | nrfx_qspi.c | 66 nrfx_qspi_handler_t handler; /**< Handler. */ member 117 nrfx_qspi_handler_t handler, in nrfx_qspi_init()
|
H 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()
|
H A D | nrfx_spi.c | 51 nrfx_spi_evt_handler_t handler; member 71 nrfx_spi_evt_handler_t handler, in nrfx_spi_init()
|
H A D | nrfx_pwm.c | 74 nrfx_pwm_handler_t handler; member 117 nrfx_pwm_handler_t handler) in nrfx_pwm_init()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | timers.h | 81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
|
/nrf52832-nimble/rt-thread/libcpu/arm/AT91SAM7X/ |
H A D | interrupt.c | 93 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install()
|
/nrf52832-nimble/rt-thread/libcpu/arm/sep4020/ |
H A D | interrupt.c | 109 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install()
|
/nrf52832-nimble/rt-thread/libcpu/arm/s3c24x0/ |
H A D | interrupt.c | 106 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install()
|
/nrf52832-nimble/rt-thread/libcpu/arm/lpc24xx/ |
H A D | interrupt.c | 85 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install()
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-r4/ |
H A D | interrupt.c | 88 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install()
|
/nrf52832-nimble/rt-thread/src/ |
H A D | signal.c | 140 rt_sighandler_t rt_signal_install(int signo, rt_sighandler_t handler) in rt_signal_install() 314 rt_sighandler_t handler; in rt_thread_handle_sig() local
|
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/ |
H A D | interrupt.c | 105 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/ |
H A D | cmdline.h | 53 command_t *handler; member
|
/nrf52832-nimble/nordic/nrfx/drivers/src/prs/ |
H A D | nrfx_prs.c | 47 nrfx_irq_handler_t handler; member
|
/nrf52832-nimble/rt-thread/libcpu/arm/zynq7000/ |
H A D | interrupt.c | 114 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install()
|