avrora.sim.mcu
Class ATMega128L.SimImpl.Timer0ExternalClock

java.lang.Object
  extended byavrora.sim.mcu.ATMega128L.SimImpl.StandardClock
      extended byavrora.sim.mcu.ATMega128L.SimImpl.Timer0ExternalClock
All Implemented Interfaces:
ATMega128L.Clock
Enclosing class:
ATMega128L.SimImpl

protected class ATMega128L.SimImpl.Timer0ExternalClock
extends ATMega128L.SimImpl.StandardClock


Method Summary
 void scheduleEvent(Simulator.Event e, long cycles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

scheduleEvent

public void scheduleEvent(Simulator.Event e,
                          long cycles)
Specified by:
scheduleEvent in interface ATMega128L.Clock
Overrides:
scheduleEvent in class ATMega128L.SimImpl.StandardClock