Uses of Interface
org.deepjava.runtime.mpc5200.Impc5200
-
-
Uses of Impc5200 in org.deepjava.flink.interfaces.mpc5200
Classes in org.deepjava.flink.interfaces.mpc5200 that implement Impc5200 Modifier and Type Class Description class
localPlusBusInterface
class
SPIBusInterface
-
Uses of Impc5200 in org.deepjava.runtime.mpc5200
Subinterfaces of Impc5200 in org.deepjava.runtime.mpc5200 Modifier and Type Interface Description interface
IphyCoreMpc5200io
interface
IphyCoreMpc5200tiny
interface
IphyCoreMpc5200uBoot
Classes in org.deepjava.runtime.mpc5200 that implement Impc5200 Modifier and Type Class Description class
Interrupt
The class for the PPC interrupt exception.
Every interrupt handler is an instance of the classInterrupt
.class
Kernel
This is the kernel class.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 Impc5200 in org.deepjava.runtime.mpc5200.demo
Classes in org.deepjava.runtime.mpc5200.demo that implement Impc5200 Modifier and Type Class Description class
SimpleBlinkerDemo
Simple blinker application demo. -
Uses of Impc5200 in org.deepjava.runtime.mpc5200.driver
Classes in org.deepjava.runtime.mpc5200.driver that implement Impc5200 Modifier and Type Class Description class
DAC_MAX5500
Driver for aMAX5500
DAC connected to a PSC6 on the mpc5200.class
SPI_FQD
class
UART3
Driver for the UART of the Freescale MPC5200.class
UART6
Driver for the UART of the Freescale MPC5200. -
Uses of Impc5200 in org.deepjava.runtime.mpc5200.driver.can
Classes in org.deepjava.runtime.mpc5200.driver.can that implement Impc5200 Modifier and Type Class Description class
CAN1
class
CAN2
-