|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.sim.radio.CC1000Radio.SerialConfigurationInterface.PDATAOutput
| Constructor Summary | |
protected |
CC1000Radio.SerialConfigurationInterface.PDATAOutput()
|
| Method Summary | |
void |
disableOutput()
The disableOutput() method is called by the simulator
when the program changes the direction of the pin. |
void |
enableOutput()
The enableOutput() method is called by the simulator
when the program changes the direction of the pin. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected CC1000Radio.SerialConfigurationInterface.PDATAOutput()
| Method Detail |
public void write(boolean level)
Microcontroller.Pin.Outputwrite() method is called by the simulator when
the program writes a logical level to the pin. The device can then
take the appropriate action.
write in interface Microcontroller.Pin.Outputlevel - a boolean representing the logical level of the writepublic void enableOutput()
Microcontroller.Pin.OutputenableOutput() method is called by the simulator
when the program changes the direction of the pin. The device
connected to this pin can then take action accordingly.
enableOutput in interface Microcontroller.Pin.Outputpublic void disableOutput()
Microcontroller.Pin.OutputdisableOutput() method is called by the simulator
when the program changes the direction of the pin. The device
connected to this pin can then take action accordingly.
disableOutput in interface Microcontroller.Pin.Output
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||