|
Jamaica 6.4 release 1
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RawMemoryRegion | |
|---|---|
| javax.realtime.device | JamaicaVM's implementation of the RTSJ Device Module. |
| Uses of RawMemoryRegion in javax.realtime.device |
|---|
| Fields in javax.realtime.device declared as RawMemoryRegion | |
|---|---|
static RawMemoryRegion |
RawMemoryFactory.IO_PORT_MAPPED_REGION
This raw memory name is used to request access to memory mapped I/O devices. |
static RawMemoryRegion |
RawMemoryFactory.MEMORY_MAPPED_REGION
This raw memory name is used to request access to I/O device space implemented by processor instructions. |
| Methods in javax.realtime.device that return RawMemoryRegion | |
|---|---|
RawMemoryRegion |
RawMemoryRegionFactory.getRegion()
Get the region for which this factory creates raw memory objects. |
static RawMemoryRegion |
RawMemoryRegion.getRegion(String name)
Get the raw memory region with given name. |
| Methods in javax.realtime.device with parameters of type RawMemoryRegion | |
|---|---|
RawByte |
RawMemoryFactory.createRawByte(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawByte and
accesses memory of region in the address range described by
base, stride, and count. |
RawByteReader |
RawMemoryFactory.createRawByteReader(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawByteReader and
accesses memory of region in the address range described by
base, stride, and count. |
RawByteWriter |
RawMemoryFactory.createRawByteWriter(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawByteWriter and
accesses memory of region in the address range described by
base, stride, and count. |
RawDouble |
RawMemoryFactory.createRawDouble(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawDouble and
accesses memory of region in the address range described by
base, stride, and count. |
RawDoubleReader |
RawMemoryFactory.createRawDoubleReader(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawDoubleReader and
accesses memory of region in the address range described by
base, stride, and count. |
RawDoubleWriter |
RawMemoryFactory.createRawDoubleWriter(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawDoubleWriter and
accesses memory of region in the address range described by
base, stride, and count. |
RawFloat |
RawMemoryFactory.createRawFloat(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawFloat and
accesses memory of region in the address range described by
base, stride, and count. |
RawFloatReader |
RawMemoryFactory.createRawFloatReader(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawFloatReader and
accesses memory of region in the address range described by
base, stride, and count. |
RawFloatWriter |
RawMemoryFactory.createRawFloatWriter(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawFloatWriter and
accesses memory of region in the address range described by
base, stride, and count. |
RawInt |
RawMemoryFactory.createRawInt(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawInt and
accesses memory of region in the address range described by
base, stride, and count. |
RawIntReader |
RawMemoryFactory.createRawIntReader(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawIntReader and
accesses memory of region in the address range described by
base, stride, and count. |
RawIntWriter |
RawMemoryFactory.createRawIntWriter(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawIntWriter and
accesses memory of region in the address range described by
base, stride, and count. |
RawLong |
RawMemoryFactory.createRawLong(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawLong and
accesses memory of region in the address range described by
base, stride, and count. |
RawLongReader |
RawMemoryFactory.createRawLongReader(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawLongReader and
accesses memory of region in the address range described by
base, stride, and count. |
RawLongWriter |
RawMemoryFactory.createRawLongWriter(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawLongWriter and
accesses memory of region in the address range described by
base, stride, and count. |
RawShort |
RawMemoryFactory.createRawShort(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawShort and
accesses memory of region in the address range described by
base, stride, and count. |
RawShortReader |
RawMemoryFactory.createRawShortReader(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawShortReader and
accesses memory of region in the address range described by
base, stride, and count. |
RawShortWriter |
RawMemoryFactory.createRawShortWriter(RawMemoryRegion region,
long base,
int count,
int stride)
Create an instance of a class that implements RawShortWriter and
accesses memory of region in the address range described by
base, stride, and count. |
|
Jamaica 6.4 release 1
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||