|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
Functions | |
| void | test_arm_null_pointer_exception (void) |
| Test ARM Null Pointer Exception handling. | |
| void | test_arm_dynamic_direct_interrupts (void) |
| Test the ARM Dynamic Direct Interrupts functionality. | |
| void | test_arm_zero_latency_irqs (void) |
| Test ARM Zero latency Interrupt functionality. | |
| void | test_arm_sw_vector_relay (void) |
| Test the ARM Software Vector Relay functionality. | |
| void test_arm_dynamic_direct_interrupts | ( | void | ) |
Test the ARM Dynamic Direct Interrupts functionality.
| void test_arm_null_pointer_exception | ( | void | ) |
#include </home/runner/work/safety-doc/zephyr/tests/arch/arm/arm_interrupt/src/arm_interrupt.c>
Test ARM Null Pointer Exception handling.
| void test_arm_sw_vector_relay | ( | void | ) |
#include </home/runner/work/safety-doc/zephyr/tests/arch/arm/arm_sw_vector_relay/src/arm_sw_vector_relay.c>
Test the ARM Software Vector Relay functionality.
This test verifies the correctness of the ARM software vector relay mechanism.
| void test_arm_zero_latency_irqs | ( | void | ) |
Test ARM Zero latency Interrupt functionality.