Searched refs:VTABLE_FIRST_IRQ (Results 1 – 5 of 5) sorted by relevance
75 #define VTABLE_FIRST_IRQ 16 macro
19 uint i2c_index = __get_current_exception() - VTABLE_FIRST_IRQ - I2C0_IRQ; in __not_in_flash_func()
44 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()
115 uint alarm_num = __get_current_exception() - VTABLE_FIRST_IRQ - TIMER_IRQ_0; in hardware_alarm_irq_handler()
284 uint index = __get_current_exception() - VTABLE_FIRST_IRQ - FIRST_USER_IRQ; in low_priority_irq_handler()
Completed in 10 milliseconds