add irq cound to existing nvic.h files

This commit is contained in:
chrysn 2012-10-18 13:19:55 +02:00
parent f705d1cd6e
commit a8a6eb39e9
4 changed files with 8 additions and 0 deletions

View File

@ -62,5 +62,7 @@
#define NVIC_M4_C_CAN0_IRQ 51
#define NVIC_M4_QEI_IRQ 52
#define NVIC_IRQ_COUNT 53
/* LPC43xx M0 specific user interrupts */
//TODO

View File

@ -109,6 +109,8 @@ LGPL License Terms @ref lgpl_license
#define NVIC_CAN2_RX1_IRQ 65
#define NVIC_CAN2_SCE_IRQ 66
#define NVIC_OTG_FS_IRQ 67
#define NVIC_IRQ_COUNT 68
/**@}*/
#endif

View File

@ -109,4 +109,6 @@
#define NVIC_CRYP_IRQ 79
#define NVIC_HASH_RNG_IRQ 80
#define NVIC_IRQ_COUNT 81
#endif

View File

@ -109,4 +109,6 @@
#define NVIC_CRYP_IRQ 79
#define NVIC_HASH_RNG_IRQ 80
#define NVIC_IRQ_COUNT 81
#endif