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 classInterruptThe class for the PPC interrupt exception.
Every interrupt handler is an instance of the classInterrupt.classPeripheralInterruptThe class for the mpc5200 peripheral interrupt exception.
Every peripheral interrupt handler is an instance of the classPeripheralInterrupt.(package private) classResetPCMioThe 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) classResetPCMtinyThe 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) classResetPCMuBootThe 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 classDecrementerDemoSimple demo application showing how to use theDecrementer.
This application simply outputs the character 'x' over the UART3 for eachDecrementerexception. -
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 classCAN1 -
Uses of PPCException in org.deepjava.runtime.mpc555
Subclasses of PPCException in org.deepjava.runtime.mpc555 Modifier and Type Class Description classInterruptThe class for the PPC interrupt exception.(package private) classResetThe 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 classDecrementerDemoSimple demo application how to use theDecrementer.classExtInterruptDemoDemonstrates 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 classSCIInterrupt 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 classDecrementerThe class for the PPC decrementer exception.classFloatingPointUnavailableThe class for the PPC floating point unavailable exception.classMachineCheckThe class for the PPC machine check exception.classProgramExcThe class for the PPC program exception.classSystemCallThe class for the PPC system call exception.
-