Uses of Class
org.deepjava.runtime.mpc555.Interrupt
-
Packages that use Interrupt Package Description org.deepjava.runtime.mpc555 org.deepjava.runtime.mpc555.demo org.deepjava.runtime.mpc555.driver -
-
Uses of Interrupt in org.deepjava.runtime.mpc555
Fields in org.deepjava.runtime.mpc555 declared as Interrupt Modifier and Type Field Description (package private) static Interrupt[]Interrupt. interruptsMethods in org.deepjava.runtime.mpc555 with parameters of type Interrupt Modifier and Type Method Description static voidInterrupt. install(Interrupt interrupt, int level, boolean internal)Used to install user defined interrupt handlers. -
Uses of Interrupt in org.deepjava.runtime.mpc555.demo
Subclasses of Interrupt in org.deepjava.runtime.mpc555.demo Modifier and Type Class Description classExtInterruptDemoDemonstrates the usage of some external interrupts -
Uses of Interrupt in org.deepjava.runtime.mpc555.driver
Subclasses of Interrupt 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.
-