Zephyr Project API 3.7.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
static_shared_irq.c File Reference
#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.
 

Macro Definition Documentation

◆ GIC_IRQ1

#define GIC_IRQ1   10

◆ GIC_IRQ2

#define GIC_IRQ2   11

Function Documentation

◆ ZTEST()

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).