|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
#include <zephyr/ztest.h>#include <zephyr/arch/cpu.h>#include <cmsis_core.h>#include <zephyr/sys/barrier.h>Macros | |
| #define | NUM_IRQS_PER_REG 32 |
| #define | REG_FROM_IRQ(irq) |
| #define | BIT_FROM_IRQ(irq) |
Functions | |
| void | arm_isr_handler (const void *args) |
| void | test_arm_custom_interrupt (void) |
Variables | |
| unsigned int | sw_irq_number = (unsigned int)(-1) |
| static volatile bool | custom_init_called |
| static volatile bool | custom_enable_called |
| static volatile bool | custom_disable_called |
| static volatile bool | custom_set_priority_called |
| static volatile bool | custom_eoi_called |
| static volatile bool | irq_handler_called |
| #define BIT_FROM_IRQ | ( | irq | ) |
| #define NUM_IRQS_PER_REG 32 |
| #define REG_FROM_IRQ | ( | irq | ) |
| void arm_isr_handler | ( | const void * | args | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |