Uses of Class
org.deepjava.runtime.ppc32.PPCException
-
-
Uses of PPCException in org.deepjava.runtime.mpc5200
Subclasses of PPCException in org.deepjava.runtime.mpc5200 Modifier and Type Class Description class
Interrupt
The class for the PPC interrupt exception.
Every interrupt handler is an instance of the classInterrupt
.class
PeripheralInterrupt
The class for the mpc5200 peripheral interrupt exception.
Every peripheral interrupt handler is an instance of the classPeripheralInterrupt
.(package private) class
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.(package private) class
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.(package private) class
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. -
Uses of PPCException in org.deepjava.runtime.mpc5200.demo
Subclasses of PPCException in org.deepjava.runtime.mpc5200.demo Modifier and Type Class Description class
DecrementerDemo
Simple demo application showing how to use theDecrementer
.
This application simply outputs the character 'x' over the UART3 for eachDecrementer
exception. -
Uses of PPCException in org.deepjava.runtime.mpc5200.driver.can
Subclasses of PPCException in org.deepjava.runtime.mpc5200.driver.can Modifier and Type Class Description class
CAN1
-
Uses of PPCException in org.deepjava.runtime.mpc555
Subclasses of PPCException in org.deepjava.runtime.mpc555 Modifier and Type Class Description class
Interrupt
The class for the PPC interrupt exception.(package private) class
Reset
The class for the PPC reset exception. -
Uses of PPCException in org.deepjava.runtime.mpc555.demo
Subclasses of PPCException in org.deepjava.runtime.mpc555.demo Modifier and Type Class Description class
DecrementerDemo
Simple demo application how to use theDecrementer
.class
ExtInterruptDemo
Demonstrates the usage of some external interrupts -
Uses of PPCException in org.deepjava.runtime.mpc555.driver
Subclasses of PPCException in org.deepjava.runtime.mpc555.driver Modifier and Type Class Description class
SCI
Interrupt controlled driver for the Serial Communication Interface 1 or the Serial Communication Interface 2 of the Freescale MPC555. -
Uses of PPCException in org.deepjava.runtime.ppc32
Subclasses of PPCException in org.deepjava.runtime.ppc32 Modifier and Type Class Description class
Decrementer
The class for the PPC decrementer exception.class
FloatingPointUnavailable
The class for the PPC floating point unavailable exception.class
MachineCheck
The class for the PPC machine check exception.class
ProgramExc
The class for the PPC program exception.class
SystemCall
The class for the PPC system call exception.
-