armOS  0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
entry.h File Reference

Definition of armv6 Invalid exception type values. More...

Go to the source code of this file.

Macros

#define EXCEPT_RESET   0
 
#define EXCEPT_UNDEFINED_INSTR   1
 
#define EXCEPT_SWI   2
 
#define EXCEPT_PREFECH_ABORT   3
 
#define EXCEPT_DATA_ABORT   4
 
#define EXCEPT_RESERVED   5
 
#define EXCEPT_IRQ   6
 
#define EXCEPT_FIQ   7
 

Detailed Description

Definition of armv6 Invalid exception type values.

Used to identify the invalid triggered exception.