| Interrupt |
The class for the PPC interrupt exception.
Every interrupt handler is an instance of the class Interrupt.
|
| Kernel |
This is the kernel class.
|
| PeripheralInterrupt |
The class for the mpc5200 peripheral interrupt exception.
Every peripheral interrupt handler is an instance of the class PeripheralInterrupt.
|
| ResetPCMio |
The class for the PPC reset exception.
The stack pointer will be initialized and the program counter will be
set to the beginning of the class initializer of the kernel.
|
| ResetPCMtiny |
The class for the PPC reset exception.
The stack pointer will be initialized and the program counter will be
set to the beginning of the class initializer of the kernel.
|
| ResetPCMuBoot |
The class for the PPC reset exception.
The stack pointer will be initialized and the program counter will be
set to the beginning of the class initializer of the kernel.
|