Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
#include "test_shared_irq.h"
Macros | |
#define | GIC_IRQ1 10 |
#define | GIC_IRQ2 11 |
Functions | |
ZTEST (interrupt_feature, test_static_shared_irq_write) | |
Test writing to a vector using static shared interrupts. | |
#define GIC_IRQ1 10 |
#define GIC_IRQ2 11 |
ZTEST | ( | interrupt_feature | , |
test_static_shared_irq_write | |||
) |
Test writing to a vector using static shared interrupts.
This tests if interrupts are statically shared successfully (i.e: multiple ISR/arg pairs are called whenever the interrupt they were registered for is triggered).