SAM4SD32 (SAM4S-EK2)
Loading...
Searching...
No Matches
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
58
59#if defined(__DOXYGEN__)
68# define CONFIG_INTERRUPT_FORCE_INTC
69#endif
70
72
77
82
87
98
107
116
124
126
132
134
135#endif /* UTILS_INTERRUPT_H */
Global interrupt management for SAM D20, SAM3 and SAM4 (NVIC based).