avrora.sim.mcu
Class ATMega128L.SimImpl.ADC.DataRegister

java.lang.Object
  extended byavrora.sim.State.RWIOReg
      extended byavrora.sim.mcu.ATMega128L.SimImpl.ADC.DataRegister
All Implemented Interfaces:
State.IOReg
Enclosing class:
ATMega128L.SimImpl.ADC

protected class ATMega128L.SimImpl.ADC.DataRegister
extends State.RWIOReg

DataRegister defines the behavior of the ADC's 10-bit data register.


Field Summary
 avrora.sim.mcu.ATMega128L.SimImpl.ADC.DataRegister.High high
           
 avrora.sim.mcu.ATMega128L.SimImpl.ADC.DataRegister.Low low
           
 
Fields inherited from class avrora.sim.State.RWIOReg
value
 
Constructor Summary
protected ATMega128L.SimImpl.ADC.DataRegister()
           
 
Methods inherited from class avrora.sim.State.RWIOReg
read, readBit, write, writeBit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

high

public final avrora.sim.mcu.ATMega128L.SimImpl.ADC.DataRegister.High high

low

public final avrora.sim.mcu.ATMega128L.SimImpl.ADC.DataRegister.Low low
Constructor Detail

ATMega128L.SimImpl.ADC.DataRegister

protected ATMega128L.SimImpl.ADC.DataRegister()