| Package | Description |
|---|---|
| com.oracle.deviceaccess.mmio |
Interfaces and classes for performing memory-mapped I/O.
|
| Class and Description |
|---|
| MMIODevice
The
MMIODevice class provides methods to retrieve memory-mapped registers and memory blocks of a peripheral
device. |
| MMIODeviceConfig.RawMemoryConfig
The
RawMemoryConfig class encapsulates the configuration parameters of a generic raw memory area. |
| MMIOEvent
The
MMIOEvent class encapsulates events fired by peripherals mapped to memory. |
| 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. |
| 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. |
Copyright (c) 2012, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.