Added extra interrupt vectors for STM32 connectivity line.

This commit is contained in:
Gareth McMullin
2011-04-24 14:31:56 +12:00
parent 7434d50fda
commit 3ac0ae839d
2 changed files with 34 additions and 0 deletions

View File

@@ -138,6 +138,14 @@
#define NVIC_DMA2_CHANNEL2_IRQ 57
#define NVIC_DMA2_CHANNEL3_IRQ 58
#define NVIC_DMA2_CHANNEL4_5_IRQ 59
#define NVIC_DMA2_CHANNEL5_IRQ 60
#define NVIC_ETH_IRQ 61
#define NVIC_ETH_WKUP_IRQ 62
#define NVIC_CAN2_TX_IRQ 63
#define NVIC_CAN2_RX0_IRQ 64
#define NVIC_CAN2_RX1_IRQ 65
#define NVIC_CAN2_SCE_IRQ 66
#define NVIC_OTG_FS_IRQ 67
/* --- NVIC functions ------------------------------------------------------ */