Home
last modified time | relevance | path

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

12

/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
/external/platform/pico/rp2_common/hardware_exception/
A Dexception.c14 static bool exception_is_compile_time_default(exception_handler_t handler) { in exception_is_compile_time_default()
26 …tion_handler_and_restore_interrupts(enum exception_number num, exception_handler_t handler, uint32… in set_raw_exception_handler_and_restore_interrupts()
42 …handler_t exception_set_exclusive_handler(enum exception_number num, exception_handler_t handler) { in exception_set_exclusive_handler()
/external/platform/pico/rp2_common/hardware_irq/
A Dirq.c42 static void set_raw_irq_handler_and_unlock(uint num, irq_handler_t handler, uint32_t save) { in set_raw_irq_handler_and_unlock()
100 irq_handler_t handler; member
111 irq_handler_t handler = irq_get_vtable_handler(irq_num); in irq_has_shared_handler() local
128 void irq_set_exclusive_handler(uint num, irq_handler_t handler) { in irq_set_exclusive_handler()
206 void irq_add_shared_handler(uint num, irq_handler_t handler, uint8_t order_priority) { in irq_add_shared_handler()
280 void irq_remove_handler(uint num, irq_handler_t handler) { in irq_remove_handler()
/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()
A Dnrfx_egu.c68 nrfx_egu_event_handler_t handler; member
A Dnrfx_spim.c174 nrfx_spim_evt_handler_t handler; member
252 nrfx_spim_evt_handler_t handler, in nrfx_spim_init()
A Dnrfx_timer.c66 nrfx_timer_event_handler_t handler; member
A Dnrfx_rtc.c70 nrfx_rtc_handler_t handler) in nrfx_rtc_init()
A Dnrfx_spis.c116 nrfx_spis_event_handler_t handler; //!< SPI event handler. member
A Dnrfx_uart.c57 nrfx_uart_event_handler_t handler; member
/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
/external/platform/pico/rp2_common/pico_i2c_slave/
A Di2c_slave.c12 i2c_slave_handler_t handler; member
56 void i2c_slave_init(i2c_inst_t *i2c, uint8_t address, i2c_slave_handler_t handler) { in i2c_slave_init()
/external/platform/pico/rp2_common/hardware_gpio/
A Dgpio.c203 void gpio_add_raw_irq_handler_with_order_priority_masked(uint gpio_mask, irq_handler_t handler, uin… in gpio_add_raw_irq_handler_with_order_priority_masked()
209 void gpio_add_raw_irq_handler_masked(uint gpio_mask, irq_handler_t handler) { in gpio_add_raw_irq_handler_masked()
213 void gpio_remove_raw_irq_handler_masked(uint gpio_mask, irq_handler_t handler) { in gpio_remove_raw_irq_handler_masked()
/external/platform/pico/rp2_common/hardware_gpio/include/hardware/
A Dgpio.h545 static inline void gpio_add_raw_irq_handler_with_order_priority(uint gpio, irq_handler_t handler, u… in gpio_add_raw_irq_handler_with_order_priority()
604 static inline void gpio_add_raw_irq_handler(uint gpio, irq_handler_t handler) { in gpio_add_raw_irq_handler()
633 static inline void gpio_remove_raw_irq_handler(uint gpio, irq_handler_t handler) { in gpio_remove_raw_irq_handler()
/external/lib/lwip/include/lwip/
A Dtimers.h81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
A Ddebug.h74 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/external/platform/nrfx/drivers/src/prs/
A Dnrfx_prs.c47 nrfx_irq_handler_t handler; member

Completed in 36 milliseconds

12