|
Interface Summary |
| MMIODevice |
The MMIODevice class provides methods to retrieve memory-mapped registers and memory blocks
of a peripheral device. |
| MMIOEventListener |
The MMIOEventListener interface defines methods for
getting notified of events fired by peripherals mapped to memory. |
| RawBlock |
The RawBlock interface provides methods to access a continuous
range of physical memory (raw memory). |
| RawByte |
The RawByte interface provides methods for setting and getting
the value of a register or memory area holding a byte value. |
| RawInt |
The RawInt interface provides methods for setting and getting
the value of a register or memory area holding a int value. |
| RawLong |
The RawLong interface provides methods for setting and getting
the value of a register or memory area holding a long value. |
| RawMemory |
The RawMemory interface provides generic methods for the different types
of raw memory area a peripheral device's registers may be mapped to. |
| RawShort |
The RawShort interface provides methods for setting and getting
the value of a register or memory area holding a short value. |