avrora.sim.mcu
Class ATMega128L.SimImpl.Timer0

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

protected class ATMega128L.SimImpl.Timer0
extends ATMega128L.SimImpl.Timer8Bit

Timer0 is the default 8-bit timer on the ATMega128L.


Nested Class Summary
protected  class ATMega128L.SimImpl.Timer0.ASSRRegister
           
 
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.Timer0(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.Timer0

protected ATMega128L.SimImpl.Timer0(BaseInterpreter ns)