Uses of Class
org.deepjava.runtime.zynq7000.IrqInterrupt
-
Packages that use IrqInterrupt Package Description org.deepjava.runtime.zynq7000 org.deepjava.runtime.zynq7000.demo org.deepjava.runtime.zynq7000.driver -
-
Uses of IrqInterrupt in org.deepjava.runtime.zynq7000
Subclasses of IrqInterrupt in org.deepjava.runtime.zynq7000 Modifier and Type Class Description classDecrementerThe class for the ARM private timer.Fields in org.deepjava.runtime.zynq7000 declared as IrqInterrupt Modifier and Type Field Description (package private) static IrqInterrupt[]IrqInterrupt. intTableMethods in org.deepjava.runtime.zynq7000 with parameters of type IrqInterrupt Modifier and Type Method Description static voidIrqInterrupt. install(IrqInterrupt interrupt, int id)Used to install user defined interrupt handlers. -
Uses of IrqInterrupt in org.deepjava.runtime.zynq7000.demo
Subclasses of IrqInterrupt in org.deepjava.runtime.zynq7000.demo Modifier and Type Class Description classDecrementerDemoSimple demo application how to use theDecrementer. -
Uses of IrqInterrupt in org.deepjava.runtime.zynq7000.driver
Subclasses of IrqInterrupt in org.deepjava.runtime.zynq7000.driver Modifier and Type Class Description classUARTInterrupt controlled driver for the UART0 or the UART1 of the Zynq7000.classVL53L0XInterrupt controlled driver for the VL53L0X TOF Sensor with the SPI1 of the Zynq7000.
-