| /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
|
| /external/platform/pico/rp2_common/hardware_exception/ |
| A D | exception.c | 14 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 D | irq.c | 42 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 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()
|
| A D | nrfx_egu.c | 68 nrfx_egu_event_handler_t handler; member
|
| A D | nrfx_spim.c | 174 nrfx_spim_evt_handler_t handler; member 252 nrfx_spim_evt_handler_t handler, in nrfx_spim_init()
|
| A D | nrfx_timer.c | 66 nrfx_timer_event_handler_t handler; member
|
| A D | nrfx_rtc.c | 70 nrfx_rtc_handler_t handler) in nrfx_rtc_init()
|
| A D | nrfx_spis.c | 116 nrfx_spis_event_handler_t handler; //!< SPI event handler. member
|
| A D | nrfx_uart.c | 57 nrfx_uart_event_handler_t handler; member
|
| /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
|
| /external/platform/pico/rp2_common/pico_i2c_slave/ |
| A D | i2c_slave.c | 12 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 D | gpio.c | 203 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 D | gpio.h | 545 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 D | timers.h | 81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
|
| A D | debug.h | 74 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
| /external/platform/nrfx/drivers/src/prs/ |
| A D | nrfx_prs.c | 47 nrfx_irq_handler_t handler; member
|