git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6095 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
b5e0aff09d
commit
f9cfe6b9bb
|
@ -177,7 +177,7 @@ typedef enum IRQn
|
||||||
WWDG_IRQn = 0, /*!< Window WatchDog Interrupt */
|
WWDG_IRQn = 0, /*!< Window WatchDog Interrupt */
|
||||||
PVD_IRQn = 1, /*!< PVD through EXTI Line detection Interrupt */
|
PVD_IRQn = 1, /*!< PVD through EXTI Line detection Interrupt */
|
||||||
TAMPER_STAMP_IRQn = 2, /*!< Tamper and TimeStamp interrupts */
|
TAMPER_STAMP_IRQn = 2, /*!< Tamper and TimeStamp interrupts */
|
||||||
RTC_WKUP_IRQn = 3, /*!< RTC Wakeup interrupt through the lines 17, 19 & 20 */
|
RTC_WKUP_IRQn = 3, /*!< RTC Wakeup interrupt through the EXTI lines 17, 19 & 20 */
|
||||||
FLASH_IRQn = 4, /*!< FLASH global Interrupt */
|
FLASH_IRQn = 4, /*!< FLASH global Interrupt */
|
||||||
RCC_IRQn = 5, /*!< RCC global Interrupt */
|
RCC_IRQn = 5, /*!< RCC global Interrupt */
|
||||||
EXTI0_IRQn = 6, /*!< EXTI Line0 Interrupt */
|
EXTI0_IRQn = 6, /*!< EXTI Line0 Interrupt */
|
||||||
|
|
Loading…
Reference in New Issue