libnds
|
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. | |
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.