avrora.sim.mcu
Class ATMega128L.SimImpl.Timer0
java.lang.Object
avrora.sim.mcu.ATMega128L.SimImpl.Timer0
- Enclosing class:
- ATMega128L.SimImpl
- protected class ATMega128L.SimImpl.Timer0
- extends java.lang.Object
The Timer0 class emulates the functionality and behavior of the
8-bit timer on the Atmega128L. It has several control and data registers and
can fire two different interrupts depending on the mode that it has been
put into.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MODE_NORMAL
public static final int MODE_NORMAL
- See Also:
- Constant Field Values
MODE_PWM
public static final int MODE_PWM
- See Also:
- Constant Field Values
MODE_CTC
public static final int MODE_CTC
- See Also:
- Constant Field Values
MODE_FASTPWM
public static final int MODE_FASTPWM
- See Also:
- Constant Field Values
MAX
public static final int MAX
- See Also:
- Constant Field Values
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
ATMega128L.SimImpl.Timer0
protected ATMega128L.SimImpl.Timer0(State ns)
compareMatch
protected void compareMatch()
overflow
protected void overflow()