Loading...
Searching...
No Matches
Go to the documentation of this file.
17#ifndef LAZULI_SYS_ARCH_AVR_INTERRUPTS_H
18#define LAZULI_SYS_ARCH_AVR_INTERRUPTS_H
58#define INT_TIMER2COMPA (7)
63#define INT_TIMER2COMPB (8)
68#define INT_TIMER2OVF (9)
73#define INT_TIMER1CAPT (10)
78#define INT_TIMER1COMPA (11)
83#define INT_TIMER1COMPB (12)
88#define INT_TIMER1OVF (13)
93#define INT_TIMER0COMPA (14)
98#define INT_TIMER0COMPB (15)
103#define INT_TIMER0OVF (16)
108#define INT_SPISTC (17)
113#define INT_USARTRX (18)
118#define INT_USARTUDRE (19)
123#define INT_USARTTX (20)
133#define INT_EEREADY (22)
138#define INT_ANALOGCOMP (23)
148#define INT_SPMREADY (25)
153#define INT_LAST_ENTRY INT_SPMREADY
158#define INT_TOTAL (INT_LAST_ENTRY + 1)