We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e642f6 commit 4dcfc87Copy full SHA for 4dcfc87
ext/hal/atmel/asf/sam/include/same70/same70q21.h
@@ -155,7 +155,10 @@ typedef enum IRQn
155
RSWDT_IRQn = 63 , /**< 63 SAME70Q21 Reinforced Safety Watchdog Timer (RSWDT) */
156
SDRAMC_IRQn = 62 , /**< 62 SAME70Q21 SDRAM Controller (SDRAMC) */
157
158
- PERIPH_COUNT_IRQn = 64 /**< Number of peripheral IDs */
+ GMACQ1_IRQn = 66 , /**< 66 SAME70Q21 Priority Queue 1 (GMAC) */
159
+ GMACQ2_IRQn = 67 , /**< 67 SAME70Q21 Priority Queue 2 (GMAC) */
160
+
161
+ PERIPH_COUNT_IRQn /**< Number of peripheral IDs */
162
} IRQn_Type;
163
#endif /* !(defined(__ASSEMBLER__) || defined(__IAR_SYSTEMS_ASM__)) */
164
0 commit comments