Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Architecture Interrupt Handling

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.
 

Detailed Description

Function Documentation

◆ test_arm_dynamic_direct_interrupts()

void test_arm_dynamic_direct_interrupts ( void )

◆ test_arm_null_pointer_exception()

void test_arm_null_pointer_exception ( void )

◆ test_arm_sw_vector_relay()

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.

◆ test_arm_zero_latency_irqs()

void test_arm_zero_latency_irqs ( void )