Zephyr Project API 3.7.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nested_irq.c File Reference

Macros

#define DURATION   5
 
#define ISR0_TOKEN   0xDEADBEEF
 
#define ISR1_TOKEN   0xCAFEBABE
 
#define IRQ0_LINE   (CONFIG_NUM_IRQS - 1)
 
#define IRQ1_LINE   (CONFIG_NUM_IRQS - 2)
 
#define IRQ0_PRIO   1
 
#define IRQ1_PRIO   0
 

Functions

 ZTEST (interrupt_feature, test_nested_isr)
 

Macro Definition Documentation

◆ DURATION

#define DURATION   5

◆ IRQ0_LINE

#define IRQ0_LINE   (CONFIG_NUM_IRQS - 1)

◆ IRQ0_PRIO

#define IRQ0_PRIO   1

◆ IRQ1_LINE

#define IRQ1_LINE   (CONFIG_NUM_IRQS - 2)

◆ IRQ1_PRIO

#define IRQ1_PRIO   0

◆ ISR0_TOKEN

#define ISR0_TOKEN   0xDEADBEEF

◆ ISR1_TOKEN

#define ISR1_TOKEN   0xCAFEBABE

Function Documentation

◆ ZTEST()

ZTEST ( interrupt_feature  ,
test_nested_isr   
)