avrora.sim.mcu
Class ADC.DataRegister

java.lang.Object
  extended byavrora.sim.mcu.ADC.DataRegister
Enclosing class:
ADC

protected class ADC.DataRegister
extends java.lang.Object

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


Field Summary
 RWRegister high
           
 RWRegister low
           
 
Constructor Summary
protected ADC.DataRegister()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

high

public final RWRegister high

low

public final RWRegister low
Constructor Detail

ADC.DataRegister

protected ADC.DataRegister()