Home
last modified time | relevance | path

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

123

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H 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
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dtimeouts.c181 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 Dtimeouts.c201 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 Dnrfx_power.h168 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 Dtimeouts.h67 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 Dtimeouts.h72 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 Dsensor.cpp57 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 Dwlan_prot.c32 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 Dnrfx_gpiote.c136 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 Dnrfx_i2s.c61 nrfx_i2s_data_handler_t handler; member
141 nrfx_i2s_data_handler_t handler) in nrfx_i2s_init()
H A Dnrfx_qspi.c66 nrfx_qspi_handler_t handler; /**< Handler. */ member
117 nrfx_qspi_handler_t handler, in nrfx_qspi_init()
H 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()
H A Dnrfx_spi.c51 nrfx_spi_evt_handler_t handler; member
71 nrfx_spi_evt_handler_t handler, in nrfx_spi_init()
H A Dnrfx_pwm.c74 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 Dtimers.h81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
/nrf52832-nimble/rt-thread/libcpu/arm/AT91SAM7X/
H A Dinterrupt.c93 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 Dinterrupt.c109 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 Dinterrupt.c106 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 Dinterrupt.c85 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 Dinterrupt.c88 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 Dsignal.c140 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 Dinterrupt.c105 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 Dcmdline.h53 command_t *handler; member
/nrf52832-nimble/nordic/nrfx/drivers/src/prs/
H A Dnrfx_prs.c47 nrfx_irq_handler_t handler; member
/nrf52832-nimble/rt-thread/libcpu/arm/zynq7000/
H A Dinterrupt.c114 rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, in rt_hw_interrupt_install()

123