Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/arch/arm/arm_custom_interrupt/src/
Darm_custom_interrupt.c17 static volatile bool custom_eoi_called; variable
63 custom_eoi_called = true; in z_soc_irq_eoi()
181 custom_eoi_called = false; in ZTEST()
198 zassert_true(custom_eoi_called, "Custom EOI handler not called\n"); in ZTEST()