avrora.sim.mcu
Class ATMega128L.SimImpl.ADC.ControlRegister.ADCInterrupt

java.lang.Object
  extended byavrora.sim.mcu.ATMega128L.SimImpl.ADC.ControlRegister.ADCInterrupt
All Implemented Interfaces:
Simulator.Interrupt
Enclosing class:
ATMega128L.SimImpl.ADC.ControlRegister

protected class ATMega128L.SimImpl.ADC.ControlRegister.ADCInterrupt
extends java.lang.Object
implements Simulator.Interrupt


Constructor Summary
protected ATMega128L.SimImpl.ADC.ControlRegister.ADCInterrupt()
           
 
Method Summary
 void fire()
           
 void force()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ATMega128L.SimImpl.ADC.ControlRegister.ADCInterrupt

protected ATMega128L.SimImpl.ADC.ControlRegister.ADCInterrupt()
Method Detail

force

public void force()
Specified by:
force in interface Simulator.Interrupt

fire

public void fire()
Specified by:
fire in interface Simulator.Interrupt