avrora.sim.mcu
Class ATMega128L.SimImpl.Timer2

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

protected class ATMega128L.SimImpl.Timer2
extends ATMega128L.SimImpl.Timer8Bit

Timer2 is an additional 8-bit timer on the ATMega128L. It is not available in ATMega103 compatibility mode.


Nested Class Summary
 
Nested classes inherited from class avrora.sim.mcu.ATMega128L.SimImpl.Timer8Bit
ATMega128L.SimImpl.Timer8Bit.BufferedRegister, ATMega128L.SimImpl.Timer8Bit.ControlRegister, ATMega128L.SimImpl.Timer8Bit.TCNTnRegister, ATMega128L.SimImpl.Timer8Bit.Ticker
 
Field Summary
 
Fields inherited from class avrora.sim.mcu.ATMega128L.SimImpl.Timer8Bit
BOTTOM, clock, MAX, MODE_CTC, MODE_FASTPWM, MODE_NORMAL, MODE_PWM, standardClock
 
Constructor Summary
protected ATMega128L.SimImpl.Timer2(BaseInterpreter ns)
           
 
Methods inherited from class avrora.sim.mcu.ATMega128L.SimImpl.Timer8Bit
compareMatch, overflow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ATMega128L.SimImpl.Timer2

protected ATMega128L.SimImpl.Timer2(BaseInterpreter ns)