avrora.sim.radio
Class CC1000Radio.SerialConfigurationInterface.PCLKOutput

java.lang.Object
  extended byavrora.sim.mcu.Microcontroller.OutputPin
      extended byavrora.sim.radio.CC1000Radio.SerialConfigurationInterface.PCLKOutput
All Implemented Interfaces:
Microcontroller.Pin.Output
Enclosing class:
CC1000Radio.SerialConfigurationInterface

protected class CC1000Radio.SerialConfigurationInterface.PCLKOutput
extends Microcontroller.OutputPin

Clocking the PCLK pin is what drives the action of the configuration interface. One bit of data on PDATA per clock.


Constructor Summary
protected CC1000Radio.SerialConfigurationInterface.PCLKOutput()
           
 
Method Summary
 void write(boolean level)
          The write() method is called by the simulator when the program writes a logical level to the pin.
 
Methods inherited from class avrora.sim.mcu.Microcontroller.OutputPin
disableOutput, enableOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CC1000Radio.SerialConfigurationInterface.PCLKOutput

protected CC1000Radio.SerialConfigurationInterface.PCLKOutput()
Method Detail

write

public void write(boolean level)
Description copied from interface: Microcontroller.Pin.Output
The write() method is called by the simulator when the program writes a logical level to the pin. The device can then take the appropriate action.

Parameters:
level - a boolean representing the logical level of the write