Skip to content

Commit 4dcfc87

Browse files
tgorochowikjukkar
authored andcommitted
ext: Atmel ASF: Add missing interrupt number definitions
This commit adds missing interrupt definitions for SAM GMAC Priority Queues. Signed-off-by: Tomasz Gorochowik <[email protected]>
1 parent 4e642f6 commit 4dcfc87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ext/hal/atmel/asf/sam/include/same70/same70q21.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,10 @@ typedef enum IRQn
155155
RSWDT_IRQn = 63 , /**< 63 SAME70Q21 Reinforced Safety Watchdog Timer (RSWDT) */
156156
SDRAMC_IRQn = 62 , /**< 62 SAME70Q21 SDRAM Controller (SDRAMC) */
157157

158-
PERIPH_COUNT_IRQn = 64 /**< Number of peripheral IDs */
158+
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 */
159162
} IRQn_Type;
160163
#endif /* !(defined(__ASSEMBLER__) || defined(__IAR_SYSTEMS_ASM__)) */
161164

0 commit comments

Comments
 (0)