Xmega Application Note | |||||
00001 00038 #ifndef UTILS_INTERRUPT_H 00039 #define UTILS_INTERRUPT_H 00040 00041 #include <parts.h> 00042 00043 #if XMEGA 00044 # include "interrupt/interrupt_avr8.h" 00045 #elif (UC3A || UC3B || UC3C || UC3L) 00046 # include "interrupt/interrupt_avr32.h" 00047 #else 00048 # error Unsupported device. 00049 #endif 00050 00059 00060 00061 00112 00114 00120 #endif /* UTILS_INTERRUPT_H */
Generated on Fri Oct 22 12:15:25 2010 for AVR1300 Using the Xmega ADC by ![]() |