| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
Macros | |
| #define | TEST_IRQ_LINE_1 27 | 
| #define | TEST_IRQ_LINE_2 28 | 
| #define | TEST_IRQ_PRIO 2 | 
Functions | |
| void | isr_comm (const void *param) | 
| ZTEST (interrupt_feature, test_isr_regular) | |
| Test regular interrupt.  More... | |
Variables | |
| volatile uint32_t | reg_int_executed [2] | 
| #define TEST_IRQ_LINE_1 27 | 
| #define TEST_IRQ_LINE_2 28 | 
| #define TEST_IRQ_PRIO 2 | 
| void isr_comm | ( | const void * | param | ) | 
| ZTEST | ( | interrupt_feature | , | 
| test_isr_regular | |||
| ) | 
Test regular interrupt.
Validate regular interrupt works as expected.
| volatile uint32_t reg_int_executed[2] |