Uses of Interface
org.deepjava.runtime.arm32.Iarm32
-
-
Uses of Iarm32 in org.deepjava.runtime.arm32
Classes in org.deepjava.runtime.arm32 that implement Iarm32 Modifier and Type Class Description class
DataAbort
The class for the ARM data abort exception.class
PrefetchAbort
The class for the ARM prefetch abort exception.class
SupervisorCall
The class for the ARM supervisor call.class
Task
This class implements a simple non-preemptive tasking system.class
UndefinedInstruction
The class for the ARM undefined instruction exception. -
Uses of Iarm32 in org.deepjava.runtime.iMX6
Subinterfaces of Iarm32 in org.deepjava.runtime.iMX6 Modifier and Type Interface Description interface
Icolibri_iMX6
interface
IiMX6
Classes in org.deepjava.runtime.iMX6 that implement Iarm32 Modifier and Type Class Description class
Kernel
This is the kernel class.(package private) class
Reset
The class for the ARM reset exception. -
Uses of Iarm32 in org.deepjava.runtime.iMX6.driver
Classes in org.deepjava.runtime.iMX6.driver that implement Iarm32 Modifier and Type Class Description class
UART3
-
Uses of Iarm32 in org.deepjava.runtime.zynq7000
Subinterfaces of Iarm32 in org.deepjava.runtime.zynq7000 Modifier and Type Interface Description interface
Izynq7000
Classes in org.deepjava.runtime.zynq7000 that implement Iarm32 Modifier and Type Class Description class
Decrementer
The class for the ARM private timer.class
IrqInterrupt
The class for the ARM irq interrupt.(package private) class
Reset
The class for the ARM reset exception. -
Uses of Iarm32 in org.deepjava.runtime.zynq7000.demo
Classes in org.deepjava.runtime.zynq7000.demo that implement Iarm32 Modifier and Type Class Description class
DecrementerDemo
Simple demo application how to use theDecrementer
.class
MotorDemo
Demo application for motor controller in sign magnitude mode.class
SystemInOutReflector
Demo for InputStream and OutputStream using UART1.
Received characters will be sent back immediately.class
SystemOutDemo
Demo for System.out using UART1.class
TCRT1000Demo
Demo application for the TCRT1000 driver.class
VL53L0XDemo
Demo application for the VL53L0X driver.class
WatchdogDemo
class
WifiDemo
-
Uses of Iarm32 in org.deepjava.runtime.zynq7000.driver
Classes in org.deepjava.runtime.zynq7000.driver that implement Iarm32 Modifier and Type Class Description class
HD44780U
Driver for character display with 2 - 4 rows and 16 columns.
Display controller: HD44780U
Connected to flink gpios of the Zynq7000.class
RN131
Driver for Roving RN-131C WiFly Module.class
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.class
UART
Interrupt controlled driver for the UART0 or the UART1 of the Zynq7000.class
VL53L0X
Interrupt controlled driver for the VL53L0X TOF Sensor with the SPI1 of the Zynq7000.class
WatchdogTask
Task which periodically resets a flink watchdog subdevice, @see org.deepjava.flink.subdevices.FlinkWatchdog.class
XADC
Driver for the internal analog to digital converter XADC. -
Uses of Iarm32 in org.deepjava.runtime.zynq7000.microzed
Subinterfaces of Iarm32 in org.deepjava.runtime.zynq7000.microzed Modifier and Type Interface Description interface
IMicroZed
Classes in org.deepjava.runtime.zynq7000.microzed that implement Iarm32 Modifier and Type Class Description class
Kernel
This is the kernel class. -
Uses of Iarm32 in org.deepjava.runtime.zynq7000.microzed.demo
Classes in org.deepjava.runtime.zynq7000.microzed.demo that implement Iarm32 Modifier and Type Class Description class
Blinker
class
FlinkDemo
-
Uses of Iarm32 in org.deepjava.runtime.zynq7000.microzed.driver
Classes in org.deepjava.runtime.zynq7000.microzed.driver that implement Iarm32 Modifier and Type Class Description class
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 ..class
RTBoard
Driver for the Microzed board for control applications. -
Uses of Iarm32 in org.deepjava.runtime.zynq7000.zybo
Subinterfaces of Iarm32 in org.deepjava.runtime.zynq7000.zybo Modifier and Type Interface Description interface
IZybo
Classes in org.deepjava.runtime.zynq7000.zybo that implement Iarm32 Modifier and Type Class Description class
Kernel
This is the kernel class. -
Uses of Iarm32 in org.deepjava.runtime.zynq7000.zybo.demo
Classes in org.deepjava.runtime.zynq7000.zybo.demo that implement Iarm32 Modifier and Type Class Description class
Blinker
class
FlinkDemo
-