这个标识可以用来区分不同的中断源。在此实例中,EXTI2对应的specific Interrupt Numbers是: EXTI2_IRQn =8,/*!< EXTI Line2 Interrupt 中断挂起请求:EXTI会向NVIC发送一个中断挂起请求,以通知NVIC有一个中断事件需要被处理。这样,NVIC就可以相应地对中断进行处理...
< TIM4 global Interrupt */ I2C1_EV_IRQn = 31, /*!< I2C1 Event Interrupt */ I2C1_ER_IRQn = 32, /*!< I2C1 Error Interrupt */ I2C2_EV_IRQn = 33, /*!< I2C2 Event Interrupt */ I2C2_ER_IRQn = 34, /*!< I2C2 Error Interrupt */ SPI1_IRQn = 35, /*!< SPI1 global Int...
< 2 Non Maskable Interrupt */···/*** STM32 specific Interrupt Numbers STM32特定中断号 ***/WWDG_IRQn=0,/*!< Window WatchDog Interrupt */PVD_IRQn=1,/*!< PVD through EXTI Line detection Interrupt */TAMPER_IRQn=2,/*!< Tamper Interrupt */···//省略号表示下面还有很多很多,而且...
< 15 Cortex-M3 System Tick Interrupt*//*** STM32 specific Interrupt Numbers ***/WWDG_IRQn=0,/*!< Window WatchDog Interrupt*/PVD_IRQn=1,/*!< PVD through EXTI Line detection Interrupt*/TAMPER_IRQn=2,/*!< Tamper Interrupt*/RTC_IRQn=3,/*!< RTC global Interrupt*/FLASH_IRQn=4,/*!<...
< 14 Cortex-M3 Pend SV Interrupt */ SysTick_IRQn = -1, /*!< 15 Cortex-M3 System Tick Interrupt */ /*** STM32 specific Interrupt Numbers ***/ WWDG_IRQn = 0, /*!< Window WatchDog Interrupt */ PVD_IRQn = 1, /*!< PVD through EXTI Line detection Interrupt */ TAMPER_IRQn = 2...
DebugMonitor_IRQn = -4, /*!< 12 Cortex-M3 Debug Monitor Interrupt */ PendSV_IRQn = -2, /*!< 14 Cortex-M3 Pend SV Interrupt */ SysTick_IRQn = -1, /*!< 15 Cortex-M3 System Tick Interrupt */ /*** STM32 specific Interrupt Numbers ***/ WWDG_IRQn = 0, /*!< Window WatchDog...
30、VInterruptSysTick_IRQnSystemTickInterrupt=-12,/*!4Cortex-M3Memory*/=-11,/*!5Cortex-M3Bus*/=-10,/*!6Cortex-M3Usage*/=-5,/*!11Cortex-M3SV*/=-4,/*!12Cortex-M3Debug*/=-2,/*!14Cortex-M3*/=-1,/*!15Cortex-M3*/*STM32specificInterruptNumbers*/WWDG_IRQn=0,/*!WindowWatchDog...
NVIC_IRQChannel:中断通道号,定义见f10x.h中IRQn_Type结构。对大容量产品见specific Interrupt Numbers部分定义和 #ifdef STM32F10X_MD 与 #endif 之间的部分定义。 NVIC_IRQChannelPreemptionPriority:抢占优先级,取值:参考NVIC_Priority_Table。 NVIC_IRQChannelSubPriority:响应优先级,取值:参考NVIC_Priority_Table。
<12Cortex-M3Debug Monitor Interrupt*/ PendSV_IRQn=-2,/*!<14Cortex-M3Pend SV Interrupt*/ SysTick_IRQn=-1,/*!<15Cortex-M3System Tick Interrupt*/ /***STM32specific Interrupt Numbers***/ WWDG_IRQn=0,/*!<Window WatchDog Interrupt*/ PVD_IRQn=1,/*!<PVD through EXTI Line detection Inter...
<12Cortex-M3DebugMonitorInterrupt*/PendSV_IRQn=-2,/*!<14Cortex-M3PendSVInterrupt*/SysTick_IRQn=-1,/*!<15Cortex-M3SystemTickInterrupt*//***STM32specificInterruptNumbers***/WWDG_IRQn=0,/*! 君,已阅读到文档的结尾了呢~~ 立即下载相似精选,再来一篇 更多 喜欢该文档的用户还喜欢 ...