libnds
Loading...
Searching...
No Matches
Data Fields
sysVectors Struct Reference

Structure of function pointers corresponding to ARM CPU interrupts. Each member contains an ARM instuction that will be executed when an exeption occurs. More...

#include <system.h>

Data Fields

VoidFn address_overflow
 Address exceeds 26 bits. Not used on ARM9.
 
VoidFn data_abort
 Data abort.
 
VoidFn fiq
 Fast interrupt.
 
VoidFn irq
 Standard interrupt.
 
VoidFn prefetch_abort
 Prefetch abort.
 
VoidFn reset
 CPU reset.
 
VoidFn swi
 Software interrupt.
 
VoidFn undefined
 Undefined instruction.
 

Detailed Description

Structure of function pointers corresponding to ARM CPU interrupts. Each member contains an ARM instuction that will be executed when an exeption occurs.

See GBATEK for more information on each interrupt.

See also
SystemVectors

The documentation for this struct was generated from the following file: