Class Summary |
ArrayUtils |
This class implements methods to manage arrays. |
BitPort |
This class allows bit manipulation of available processor port pins, SMC Ethernet
controller port pins (DS80C390 only) and provides abstracted methods of manipulating
bits in memory mapped IO addresses through the DataPort class. |
BytePort |
This class allows byte wide access to available processor ports. |
Clock |
This class provides access to the TINI Real-Time clock. |
DataPort |
This class allows byte wide reads and writes to memory mapped IO devices. |
Debug |
This class encapsulates a small collection of hopefully useful debug
utilities. |
ExternalInterrupt |
This class allows an application to manage external interrupts received by
TINI. |
ExternalInterruptEvent |
This class represents an event object for external interrupts on TINI. |
Security |
A SHA-1 Hash and a "Better than Java" random number generator. |
TINIOS |
The TINIOS class contains static methods to read
the state of the running tasks and set system configuration variables. |