avrora.sim.radio
Class CC1000Radio.FrequencySeparationRegister

java.lang.Object
  extended byavrora.sim.radio.CC1000Radio.FrequencySeparationRegister
Enclosing class:
CC1000Radio

protected class CC1000Radio.FrequencySeparationRegister
extends java.lang.Object

The frequency separation register on the CC1000. It is divided into two 8-bit registers.


Nested Class Summary
protected  class CC1000Radio.FrequencySeparationRegister.SubRegister
          One of the two sub-registers in the 18-bit frequency separation register.
 
Field Summary
protected  CC1000Radio.FrequencySeparationRegister.SubRegister reg0
           
protected  CC1000Radio.FrequencySeparationRegister.SubRegister reg1
           
 
Method Summary
protected  void setFrequencySeparation(int val)
           
protected  void updateFrequencySeparation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reg1

protected final CC1000Radio.FrequencySeparationRegister.SubRegister reg1

reg0

protected final CC1000Radio.FrequencySeparationRegister.SubRegister reg0
Method Detail

updateFrequencySeparation

protected void updateFrequencySeparation()

setFrequencySeparation

protected void setFrequencySeparation(int val)