|
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/linker/sections.h>Typedefs | |
| typedef void(* | vth) (void) |
Functions | |
| void | isr0 (void) |
| ISR for IRQ0. | |
| void | isr1 (void) |
| ISR for IRQ1. | |
| void | isr2 (void) |
| ISR for IRQ2. | |
| void | test_arm_irq_vector_table (void) |
| Test installation of ISRs directly in the vector table. | |
Variables | |
| struct k_sem | sem [3] |
| void isr0 | ( | void | ) |
ISR for IRQ0.
| void isr1 | ( | void | ) |
ISR for IRQ1.
| void isr2 | ( | void | ) |
ISR for IRQ2.
| struct k_sem sem[3] |