Searched refs:VTABLE_FIRST_IRQ (Results 1 – 11 of 11) sorted by relevance
152 #define VTABLE_FIRST_IRQ 0x34 macro155 #define VTABLE_FIRST_IRQ 0x48 macro159 #define VTABLE_FIRST_IRQ 16 macro
58 #define PICO_RAM_VECTOR_TABLE_SIZE (VTABLE_FIRST_IRQ + NUM_IRQS)179 return VTABLE_FIRST_IRQ + ( in __get_current_exception()
209 …__builtin_memcpy(ram_vector_table, (uint32_t *) scb_hw->vtor, MIN(VTABLE_FIRST_IRQ, sizeof(ram_vec… in runtime_init_install_ram_vector_table()210 for(uint i = VTABLE_FIRST_IRQ; i<count_of(ram_vector_table); i++) { in runtime_init_install_ram_vector_table()
85 …PICOTEST_CHECK_AND_ABORT(get_vtable()[VTABLE_FIRST_IRQ + DMA_IRQ_0] == __unhandled_user_irq, "Expe… in dma_check()118 uint8_t *head = (uint8_t*)get_vtable()[VTABLE_FIRST_IRQ + DMA_IRQ_0]; in dma_check()
70 #define PICO_RAM_VECTOR_TABLE_SIZE (VTABLE_FIRST_IRQ + NUM_IRQS)
56 get_vtable()[VTABLE_FIRST_IRQ + num] = handler; in set_raw_irq_handler_and_unlock()216 return get_vtable()[VTABLE_FIRST_IRQ + num]; in irq_get_vtable_handler()369 irq_handler_t vtable_handler = get_vtable()[VTABLE_FIRST_IRQ + num]; in irq_add_shared_handler()474 irq_handler_t vtable_handler = get_vtable()[VTABLE_FIRST_IRQ + num]; in irq_remove_handler()499 hard_assert(!exception || exception == num + VTABLE_FIRST_IRQ); in irq_remove_handler()
117 #define VTABLE_FIRST_IRQ 16 macro
19 uint i2c_index = __get_current_exception() - VTABLE_FIRST_IRQ - I2C0_IRQ; in __not_in_flash_func()
32 uint irq_num = __get_current_exception() - VTABLE_FIRST_IRQ; in ta_from_current_irq()
153 uint irq_num = __get_current_exception() - VTABLE_FIRST_IRQ; in hardware_alarm_irq_handler()
284 uint index = __get_current_exception() - VTABLE_FIRST_IRQ - FIRST_USER_IRQ; in low_priority_irq_handler()