Home
last modified time | relevance | path

Searched refs:VTABLE_FIRST_IRQ (Results 1 – 5 of 5) sorted by relevance

/external/platform/pico/rp2040/hardware_regs/include/hardware/
A Dplatform_defs.h75 #define VTABLE_FIRST_IRQ 16 macro
/external/platform/pico/rp2_common/pico_i2c_slave/
A Di2c_slave.c19 uint i2c_index = __get_current_exception() - VTABLE_FIRST_IRQ - I2C0_IRQ; in __not_in_flash_func()
/external/platform/pico/rp2_common/hardware_irq/
A Dirq.c44 get_vtable()[VTABLE_FIRST_IRQ + num] = handler; in set_raw_irq_handler_and_unlock()
309 hard_assert(!exception || exception == num + VTABLE_FIRST_IRQ); in irq_remove_handler()
/external/platform/pico/rp2_common/hardware_timer/
A Dtimer.c115 uint alarm_num = __get_current_exception() - VTABLE_FIRST_IRQ - TIMER_IRQ_0; in hardware_alarm_irq_handler()
/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_threadsafe_background.c284 uint index = __get_current_exception() - VTABLE_FIRST_IRQ - FIRST_USER_IRQ; in low_priority_irq_handler()

Completed in 10 milliseconds