SunSPOT API V5.0


Uses of Interface
com.sun.squawk.peripheral.INorFlashSector

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
 

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 V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.