|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use INorFlashSector | |
---|---|
com.sun.spot.flashmanagement | Low level access to chunks of flash memory. |
com.sun.spot.peripheral | Access to the hardware peripherals built in to the Sun SPOT main board. |
com.sun.squawk.flash | |
com.sun.squawk.peripheral |
Uses of INorFlashSector in com.sun.spot.flashmanagement |
---|
Subinterfaces of INorFlashSector in com.sun.spot.flashmanagement | |
---|---|
interface |
IAddressableNorFlashSector
IAddressableNorFlashSector extends INorFlashSector to support
the ability to assign virtual memory addresses to sectors. |
Methods in com.sun.spot.flashmanagement that return INorFlashSector | |
---|---|
INorFlashSector |
NorFlashSectorAllocator.getExtraSector(int purpose)
|
INorFlashSector[] |
NorFlashSectorAllocator.getInitialSectors(int purpose)
|
Methods in com.sun.spot.flashmanagement with parameters of type INorFlashSector | |
---|---|
void |
NorFlashSectorAllocator.releaseSector(INorFlashSector sector,
int purpose)
|
Uses of INorFlashSector in com.sun.spot.peripheral |
---|
Classes in com.sun.spot.peripheral that implement INorFlashSector | |
---|---|
class |
NorFlashSector
Define a segment of memory which is defined as being of type NOR Flash. |
Uses of INorFlashSector in com.sun.squawk.flash |
---|
Fields in com.sun.squawk.flash declared as INorFlashSector | |
---|---|
protected INorFlashSector |
NorFlashSectorState.flashSector
|
Constructors in com.sun.squawk.flash with parameters of type INorFlashSector | |
---|---|
NorFlashSectorState(INorFlashSector flashSector)
|
Uses of INorFlashSector in com.sun.squawk.peripheral |
---|
Classes in com.sun.squawk.peripheral that implement INorFlashSector | |
---|---|
class |
SimulatedNorFlashSector
I am a class that allows the RMS store to be used in Java heap as a byte array. |
Methods in com.sun.squawk.peripheral that return INorFlashSector | |
---|---|
INorFlashSector |
INorFlashSectorAllocator.getExtraSector(int purpose)
|
INorFlashSector |
SimulatedNorFlashSectorAllocator.getExtraSector(int purpose)
|
INorFlashSector[] |
INorFlashSectorAllocator.getInitialSectors(int purpose)
|
INorFlashSector[] |
SimulatedNorFlashSectorAllocator.getInitialSectors(int purpose)
|
Methods in com.sun.squawk.peripheral with parameters of type INorFlashSector | |
---|---|
void |
INorFlashSectorAllocator.releaseSector(INorFlashSector sector,
int purpose)
Notify the allocator that a previously allocated sector is no longer required |
void |
SimulatedNorFlashSectorAllocator.releaseSector(INorFlashSector sector,
int purpose)
|
|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |