avrora.sim.mcu
Class ATMegaFamily.Timer2

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

protected class ATMegaFamily.Timer2
extends Timer8Bit

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


Nested Class Summary
 
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.Timer2()
           
 
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.Timer2

protected ATMegaFamily.Timer2()