Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/arch/arm/arm_custom_interrupt/src/
Darm_custom_interrupt.c108 unsigned int this_irq = z_soc_irq_get_active() - 16; in arm_isr_handler() local
110 TC_PRINT("Got IRQ: %u\n", this_irq); in arm_isr_handler()
112 zassert_equal(this_irq, sw_irq_number, "Unexpected active IRQ\n"); in arm_isr_handler()