avrora.sim.mcu
Class ATMega128L.SimImpl.ADC

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

protected class ATMega128L.SimImpl.ADC
extends java.lang.Object

Analog to digital converter.


Nested Class Summary
protected  class ATMega128L.SimImpl.ADC.ADCRegister
          Abstract class grouping together registers related to the ADC.
protected  class ATMega128L.SimImpl.ADC.ControlRegister
          ControlRegister defines the behavior of the ADC control register,
protected  class ATMega128L.SimImpl.ADC.DataRegister
          DataRegister defines the behavior of the ADC's 10-bit data register.
protected  class ATMega128L.SimImpl.ADC.MUXRegister
          MUXRegister defines the behavior of the ADMUX register.
 
Method Summary
 void connectADCInput(ATMega128L.ADCInput input, int bit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

connectADCInput

public void connectADCInput(ATMega128L.ADCInput input,
                            int bit)