interrupt.h
Go to the documentation of this file.
1 
33 /*
34  * Support and FAQ: visit <a href="https://www.microchip.com/support/">Microchip Support</a>
35  */
36 #ifndef UTILS_INTERRUPT_H
37 #define UTILS_INTERRUPT_H
38 
39 #include <parts.h>
40 
41 #if XMEGA || MEGA
42 # include "interrupt/interrupt_avr8.h"
43 #elif UC3
44 # include "interrupt/interrupt_avr32.h"
45 #elif SAM || SAMB
47 #else
48 # error Unsupported device.
49 #endif
50 
59 #if defined(__DOXYGEN__)
60 
68 # define CONFIG_INTERRUPT_FORCE_INTC
69 #endif
70 
72 
73 
124 
126 
132 #endif /* UTILS_INTERRUPT_H */
Atmel part identification macros.
Global interrupt management for SAM D20, SAM3 and SAM4 (NVIC based)


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:17:57