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. interrupts
Methods in org.deepjava.runtime.mpc555 with parameters of type Interrupt Modifier and Type Method Description static void
Interrupt. 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 class
ExtInterruptDemo
Demonstrates 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 class
SCI
Interrupt controlled driver for the Serial Communication Interface 1 or the Serial Communication Interface 2 of the Freescale MPC555.
-