All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary Annotation Types Summary Class Description Actionable TheActionable
interface should be implemented by any class whose instances are intended to be executed by a task.ActionableTest This test class demonstrates the use of theActionable
interface.AM29LV160 Driver for AM29LV160 Flash, 2MB Utilities for reading from and writing to flash AM29LV160.Annotation Defines the interface implemented by all annotations.ArithmeticException Thrown when the an invalid arithmetic operation is attempted.ARMException The base class for all the ARM exceptions.ArrayIndexOutOfBoundsException Thrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array.ArrayList<E> ArrayStoreException Thrown when a program attempts to store an element of an incompatible type in an array.AutoCloseable Defines an interface for classes that can (or need to) be closed once they are not used any longer.AXIInterface Blinker Blinker BlueRS Driver for the Stollmann BlueRS+I Bluetooth Module.
The module supports one emulated serial connection using the Bluetooth Serial Port Profile (SPP).BlueRSCmdInt Interface for the BlueRS driver to send and receive positive integer values.BlueRSCmdIntDemo Simple application for demonstrating the usage of the BlueRSCmdInt driver with a Stollmann BlueRS+I module.BlueRSDemo Demo Application for the BlueRS driver.Boolean The wrapper for the primitive typeboolean
.BString This is the base class for our optimized version of strings.Byte The wrapper for the primitive typebyte
.ByteArrayFifo First in first outbyte
array queue.ByteFifo First in first outbyte
queue.ByteLiFo Non thread-save last in first outbyte
queue.CAN1 CAN1Test Test class for the CAN1 module on the mpc5200.
Demonstrates the periodic sampling of a 3-dimensional force sensor.CAN2 CANA CANopen CANopen Character The wrapper for the primitive typechar
.Class<T> The in-memory representation of a Java class.ClassCastException Thrown when a program attempts to cast a an object to a type with which it is not compatible.ClassNotFoundException Thrown when an application tries to load in a class through its string name using: TheforName
method in classClass
.Closeable AnAutoCloseable
whose close method may throw anIOException
.Collection<E> Collection
is the root of the collection hierarchy.Comparable<T> This interface should be implemented by all classes that wish to define a natural order of their instances.DAC_MAX5500 Driver for aMAX5500
DAC connected to a PSC6 on the mpc5200.DAC7614 Driver for the digital analog converter DAC7614.DataAbort The class for the ARM data abort exception.DateTime Date and time class.Decrementer The class for the PPC decrementer exception.Decrementer The class for the ARM private timer.DecrementerDemo Simple demo application showing how to use theDecrementer
.
This application simply outputs the character 'x' over the UART3 for eachDecrementer
exception.DecrementerDemo Simple demo application how to use theDecrementer
.DecrementerDemo Simple demo application how to use theDecrementer
.Deprecated DigitalInput DigitalOutput Documented Double The wrapper for the primitive typedouble
.DS1302Z Driver for the DS1302Z real time clock.
Pin 13, 14 and 15 of the TPUB are used.
Before the first write disable the write protection withDS1302Z.setWriteProtection(boolean)
.DS1620 Driver for the temperature sensor DS1620 connected to pins of the MPIOSM.DummyInputStream A readable source of bytes.DummyOutputStream A writable sink for bytes.ElementType The constants of this enumerated type provide a simple classification of the syntactic locations where annotations may appear in a Java program.Enum<E extends Enum<E>> The superclass of all enumerated types.EPOS EPOS EPOStest1 Test class for an EPOS module (motor controller) connected to the CAN1 bus on the mpc5200.
A motor position is moved forward and backward.Error Error
is the superclass of all classes that represent unrecoverable errors.Exception Exception
is the superclass of all classes that represent recoverable exceptions.ExceptionDemo Test class which periodically throws aArrayIndexOutOfBoundsException
.ExtInterruptDemo Demonstrates the usage of some external interruptsFFS Flash File System
Works if code runs out of RAM or flash Sets aside part of the onboard flash for a file systemFile File, which can be used by the flash file system (FFS)FileTransfer files can be manually uploaded over SCI2, uses interrupt driven SCI driverFlinkADC The flink ADC subdevice realizes analog inputs in a flink device.FlinkBusInterface This interface class provides for the basic functionality each bus interface must implement.FlinkCounter The flink counter subdevice realizes counter function within a flink device.FlinkDAC The flink DAC subdevice realizes analog outputs in a flink device.FlinkDefinitions FlinkDemo FlinkDemo FlinkDevice A flink device is a hardware configuration in a FPGA device,FlinkGPIO The flink GPIO subdevice realizes digital input and output within a flink device.FlinkInfo The flink info subdevice is used the deliver a description string for a flink device together with the total amount of used memory.FlinkPPWA The flink PPWA subdevice realizes a PPWA function (pulse and period measurement) within a flink device.FlinkPWM The flink PWM subdevice realizes a PWM (pulse with modulation) function within a flink device.FlinkSubDevice A flink subdevice realizes a special function in aFlinkDevice
.FlinkUART The flink UART subdevice realizes an UART function within a flink device.FlinkUARTInputStream Input Stream to read bytes from a UART interface.FlinkUARTOutputStream Stream to write bytes to a UART interface.FlinkWatchdog The flink watchdog subdevice realizes a watchdog function within a flink device.Float The wrapper for the primitive typefloat
.FloatingPointUnavailable The class for the PPC floating point unavailable exception.Flushable Defines an interface for classes that can (or need to) be flushed, typically before some output processing is considered to be finished and the object gets closed.HD44780U Driver for character display with 2 - 4 rows and 16 columns.
Display controller: HD44780U
Connected on the system bus of the mpc555.HD44780U Driver for character display with 2 - 4 rows and 16 columns.
Display controller: HD44780U
Connected to flink gpios of the Zynq7000.Heap Heap manager with mark-sweep garbage collection.
As soon as the remaining heap space is lower than a third of the total available heap space, a garbage collection is called.Heap Heap manager with mark-sweep garbage collection.
As soon as the remaining heap space is lower than a third of the total available heap space, a garbage collection is called.HLC1395Demo Demo application for the HLC1395Plused driver.HLC1395Pulsed Driver for up to 16 pulsed and multiplexed HLC1393 reflection distance sensors.
The driver needs 5 digital outputs of the MPIOSM and a single analog input of QADC-A.Iarm32 Icolibri_iMX6 IdeepCompilerConstants IiMX6 IllegalArgumentException Thrown when a method is invoked with an argument which it can not reasonably deal with.IMicroZed Impc5200 Impc555 IncompatibleClassChangeError IncompatibleClassChangeError
is the superclass of all classes which represent errors that occur when inconsistent class files are loaded into the same running image.IndexOutOfBoundsException Thrown when a program attempts to access a value in an indexable collection using a value which is outside of the range of valid indices.InputStream A readable source of bytes.IntbMpc555HB Integer The wrapper for the primitive typeint
.Interrupt The class for the PPC interrupt exception.
Every interrupt handler is an instance of the classInterrupt
.Interrupt The class for the PPC interrupt exception.IntFifo First in first outInteger
queue.IntPacket Interface for the RN131 driver to send and receive integer values.IntPacket.Type IOError This error is thrown when a severe I/O error has happened.IOException Signals a general, I/O-related error.IphyCoreMpc5200io IphyCoreMpc5200tiny IphyCoreMpc5200uBoot Ippc32 IrqInterrupt The class for the ARM irq interrupt.Iterable<T> Instances of classes that implement this interface can be used with the enhanced for loop.Iterator<E> An iterator over a sequence of objects, such as a collection.IZybo Izynq7000 Kernel This is the kernel class.Kernel Mock kernel.Kernel This is the kernel class.Kernel This is the kernel class.Kernel This is the kernel class.Kernel This is the kernel class.LinkageError LinkageError
is the superclass of all error classes that occur when loading and linking class files.List<E> AList
is a collection which maintains an ordering for its elements.ListIterator<E> An ListIterator is used to sequence over a List of objects.LL The methods of this class will be translated by inserting machine code instructions directly in the code without a method call.localPlusBusInterface Logger Logger utility to write log messages to aPrintStream
.Long The wrapper for the primitive typelong
.MachineCheck The class for the PPC machine check exception.Math Class Math provides basic math constants and operations such as trigonometric functions, hyperbolic functions, exponential, logarithms, etc.Matrix This class implements matrices and their operations.MAX512 SPI Driver for the Maxim512 Digital to Analog Converter.
PCS0 on the SPI is used.MDASM_DIO Driver to use the MDASM sub module as digital I/O.MIO_DIO Driver to use the MIO pins on the MicroZed board as digital input or outputs.
The driver supports digital functions on MIO0, MIO9 ..MMCSM_COUNT Driver to use the Mios Modulus Counter to count external events.Modified Marks classes from the standard library that are modified for this target library.MotorDemo Demo application for motor controller in sign magnitude mode.MotorDemo1 Demo application for motor controller.MPIOSM_DIO Driver to use pins on the MPIOSM (MIOS 16-bit parallel port I/O submodule) as digital in- and outputs.MPWMSM_DIO Driver to use the MPWM sub module as digital I/O.MPWMSM_PWM Driver for the MPWM module for generating PWM signalsNegativeArraySizeException Thrown when an attempt is made to create an array with a size of less than zero.NodeData NoSuchFieldError Thrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.NoSuchFieldException Thrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.NoSuchMethodError Thrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.NoSuchMethodException Thrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.NullPointerException Thrown when a program tries to access a field or method of an object or an element of an array when there is no instance or array to use, that is if the object or array points tonull
.Number NumberFormatException Thrown when an invalid value is passed to a string-to-number conversion method.Object The root class of the Java class hierarchy.OutputStream A writable sink for bytes.Override PeripheralInterrupt The class for the mpc5200 peripheral interrupt exception.
Every peripheral interrupt handler is an instance of the classPeripheralInterrupt
.PPCException The base class for all the PPC exceptions.PrefetchAbort The class for the ARM prefetch abort exception.PrintStream Wraps an existingOutputStream
and provides convenience methods for writing common data types in a human readable format.ProgramExc The class for the PPC program exception.QADC_AIN This driver configures one of the QADC modules (QADC-A or QADC-B) for analog input sampling operation.
Both modules comprise of 16 input channels each.QADC_DIO Driver to use the QADC-A or QADC-B as digital I/O.
Please prefer theMPIOSM_DIO
driver for I/O applications, because it's not possible to use the same channel on a QADC for ADC and I/0 at the same time.
The channels are grouped into two groups of 8 channels each, PortA and PortB.
PortB: PQB0(AN0), PQB1(AN1), PQB2(AN2), PQB3(AN3), PQB4(AN48), PQB5(AN49), PQB6(AN50), PQB7(AN51)
PortA: PQA0(AN52), PQA1(AN53), PQA2(AN54), PQA3(AN55), PQA4(AN56), PQA5(AN57), PQA6(AN58), PQA7(AN59)
IMPORTANT: The pins on PortB work solely as digital inputs.QSMCM Definitions for QSMCMQSMCM_DIO Digital I/O on the PortQS.
Important: This drivers uses the same pins as the QSPI.
The following pins can be used.QSPI Queue<E> A collection designed for holding elements prior to processing.Random This class provides methods that return pseudo-random values.RandomAccess Marker interface used by List implementations to indicate that they support fast (generally constant time) random access.ReflectiveOperationException Superclass of exceptions related to reflection.Reset The class for the ARM reset exception.Reset The class for the PPC reset exception.Reset The class for the ARM reset exception.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.Retention Defines a meta-annotation for determining the scope of retention for an annotation.RetentionPolicy Defines an enumeration for annotation retention policies.Rider Rider, to be placed onto a file
multiple riders might be placed for reading and writingRN131 Driver for Roving RN-131C WiFly Module.RN131 Driver for Roving RN-131C WiFly Module.RN131.State RN131.State Robi2 This driver is used for the Robi2.Robi2LedBlinkerDemo Wenn der Roboter autonom betrieben werden soll, d.h.Robi2LineDemo Demo application for the NTB Robi2.Robi2LineTask Demo application for the NTB Robi2.Robi2MotorDemo Robi2 Motor Demo.Robi2ObstacleDemo Demo application for the NTB Robi2.Robi2ObstacleTask Demo application for the NTB Robi2.Robi2SensorProximityDemo Das nachfolgende Programm wurde entwickelt um die auf dem Robotoer verwendeten Sensoren zu testen.Robi2SensorProximityDemo_Led This class is part of the Robi2SensorProximityDemo.Robi2SensorProximityDemo_Out This class is part of the Robi2SensorProximityDemo.RTBoard Driver for the mpc555 board for control applications.RTBoard Driver for the Microzed board for control applications.Runnable Represents a command that can be executed.RuntimeException RuntimeException
is the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.SCI Interrupt controlled driver for the Serial Communication Interface 1 or the Serial Communication Interface 2 of the Freescale MPC555.SCI18IS600 SCIInputStream Input Stream to read bytes from a SCI interface.SCIOutputStream Stream to write bytes to a SCI interface.Serializable Marks classes that can be serialized byObjectOutputStream
and deserialized byObjectInputStream
.Short The wrapper for the primitive typeshort
.SimpleBlinkerDemo Simple blinker application demo.SimpleBlinkerDemo Simple blinker application demo.SLIP Interface for the RN131 driver to send and receive packets with the SLIP protocol.SpeedController4DCMotor Speed controller (PI control) for DC motor.SpeedController4DCMotor Speed controller (PI control) for DC motor.SPI_FQD SPIBusInterface SPIDemo Test class demonstrating the use of aMAX5500
DAC connected to a PSC on the mpc5200.
The PSC runs in SPI mode.State StepMotor Step motor driver on TPU-A or TPU-B.
Full step and half step modes are possible.
Full step requires 2 pins on the TPU.String An immutable sequence of characters/code units (char
s).SupervisorCall The class for the ARM supervisor call.SuppressWarnings System Provides access to system-related information and resources including standard input and output.SystemCall The class for the PPC system call exception.SystemInOutReflector Demo for InputStream and OutputStream using SCI2.
Received characters will be sent back immediately.SystemInOutReflector Demo for InputStream and OutputStream using UART1.
Received characters will be sent back immediately.SystemOutDemo Demo for System.out using UART1.SystemOutDemo1 Demo for System.out using SCI1.SystemOutDemo2 Demo for System.out using SCI2.Target Task This class implements a simple non-preemptive tasking system.Task This class implements a simple non-preemptive tasking system.TCRT1000 Driver for up to 16 pulsed and multiplexed TCRT1000 or HLC1393 reflection distance sensors.
The driver needs 5 digital outputs and a single analog input of an AD7476.TCRT1000Demo Demo application for the TCRT1000 driver.Test Throwable The superclass of all classes which can be thrown by the VM.Timer A class to measure a time span.TLC549 Driver for a TLC549 8bit AD-converter connected to the QSPI.
Connect the converter as follows:
MPC555 => TLC549:
PCS0 => CS
MISO => DATA OUT
SCK => I/O CLOCK
Do not connect any other devices on the QSPI interface without adapting the settings of the control lines.TPU_DIO Driver to use a channel of the TPU (A or B) as a GPIO.
Each 16 channels of both time processing units can be used as general purpose in- or output.TPU_FQD Decoding of quadrature coded signals (FQD - Fast Quadrature Decoding) with TPU-A or TPU-B.TPU_PPWA Period and pulse width measurement (PPWA function) with the TPU-A or TPU-B.
All 16 channels of TPU-A or TPU-B can be used.TPU_PWM Driver for generating pulse width modulated (PWM) signals on the TPU.
All 16 channels of TPU-A or TPU-B can be used.TPUA Driver for the TPU B.TPUB Driver for the TPU B.UART Interrupt controlled driver for the UART0 or the UART1 of the Zynq7000.UART3 UART3 Driver for the UART of the Freescale MPC5200.UART3Demo Demo for System.out using UART on PSC3.UART3InOutReflector Demo for InputStream and OutputStream using UART3.
Received characters will be sent back immediately.UART6 Driver for the UART of the Freescale MPC5200.UART6Demo Demo for System.out using UART on PSC6.UARTInputStream Input Stream to read bytes from an UART interface.UARTInputStream Input Stream to read bytes from a UART interface.UARTOutputStream Stream to write bytes to a UART interface.UARTOutputStream Stream to write bytes to a UART interface.UARTOutputStream Stream to write bytes to a UART interface.UndefinedInstruction The class for the ARM undefined instruction exception.US This class allows for accessing absolute memory locations and machine registers on a ARM processor.US This class allows for accessing absolute memory locations and machine registers on a PowerPC processor.US Vector This class implements a n-dimensional vector.Vector3 This class implements a 3-dimensional vector.Vector4 This class implements a 4-dimensional vector.VL53L0X VL53L0X Interrupt controlled driver for the VL53L0X TOF Sensor with the SPI1 of the Zynq7000.VL53L0XDemo Demo application for the VL53L0X driver.VL53L0XTest WatchdogDemo WatchdogTask Task which periodically resets a flink watchdog subdevice, @see org.deepjava.flink.subdevices.FlinkWatchdog.WifiDemo WifiDemo XADC Driver for the internal analog to digital converter XADC.