avrora.sim.mcu
Class ATMegaFamily.Timer0

java.lang.Object
  extended byavrora.sim.mcu.AtmelInternalDevice
      extended byavrora.sim.mcu.Timer8Bit
          extended byavrora.sim.mcu.ATMegaFamily.Timer0
Enclosing class:
ATMegaFamily

protected class ATMegaFamily.Timer0
extends Timer8Bit

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


Nested Class Summary
protected  class ATMegaFamily.Timer0.ASSRRegister
           
 
Nested classes inherited from class avrora.sim.mcu.Timer8Bit
Timer8Bit.BufferedRegister, Timer8Bit.ControlRegister, Timer8Bit.TCNTnRegister, Timer8Bit.Ticker
 
Field Summary
 
Fields inherited from class avrora.sim.mcu.Timer8Bit
BOTTOM, externalClock, MAX, MODE_CTC, MODE_FASTPWM, MODE_NORMAL, MODE_PWM, TIFR_reg, timerClock, TIMSK_reg
 
Fields inherited from class avrora.sim.mcu.AtmelInternalDevice
devicePrinter, interpreter, mainClock, microcontroller, name, simulator
 
Constructor Summary
protected ATMegaFamily.Timer0()
           
 
Methods inherited from class avrora.sim.mcu.Timer8Bit
compareMatch, overflow
 
Methods inherited from class avrora.sim.mcu.AtmelInternalDevice
getClock, getIORegs, installIOReg, read16, write16
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ATMegaFamily.Timer0

protected ATMegaFamily.Timer0()