Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
exception.h File Reference

ARM AArch32 Cortex-A and Cortex-R public exception handling. More...

#include <zephyr/types.h>

Go to the source code of this file.

Data Structures

struct  arch_esf
 Exception Stack Frame. More...
 
struct  arch_esf::__basic_sf
 

Macros

#define sys_define_gpr_with_alias(name1, name2)
 

Detailed Description

ARM AArch32 Cortex-A and Cortex-R public exception handling.

Macro Definition Documentation

◆ sys_define_gpr_with_alias

#define sys_define_gpr_with_alias ( name1,
name2 )
Value:
union { uint32_t name1, name2; }
__UINT32_TYPE__ uint32_t
Definition stdint.h:90