Nested Vectored Interrupt Controller (NVIC) interrupt types for Cortex-M0+ and STM32G0xxxx. This enumeration lists the Cortex-M0+ exceptions and STM32G0xxxx microcontroller interrupts.
| Enumerator |
|---|
| NonMaskableInt_IRQn | 2 Non Maskable Interrupt
|
| HardFault_IRQn | 3 Cortex-M Hard Fault Interrupt
|
| SVCall_IRQn | 11 Cortex-M SV Call Interrupt
|
| PendSV_IRQn | 14 Cortex-M Pend SV Interrupt
|
| SysTick_IRQn | 15 Cortex-M System Tick Interrupt
|
| WWDG_IRQn | Window WatchDog Interrupt
|
| PVD_VDDIO2_IRQn | PVD through EXTI line 16, PVM (monit. VDDIO2) through EXTI line 34
|
| RTC_TAMP_IRQn | RTC interrupt through the EXTI line 19 & 21
|
| FLASH_IRQn | FLASH global Interrupt
|
| RCC_CRS_IRQn | RCC and CRS global Interrupt
|
| EXTI0_1_IRQn | EXTI 0 and 1 Interrupts
|
| EXTI2_3_IRQn | EXTI Line 2 and 3 Interrupts
|
| EXTI4_15_IRQn | EXTI Line 4 to 15 Interrupts
|
| USB_UCPD1_2_IRQn | USB, UCPD1 and UCPD2 global Interrupt
|
| DMA1_Channel1_IRQn | DMA1 Channel 1 Interrupt
|
| DMA1_Channel2_3_IRQn | DMA1 Channel 2 and Channel 3 Interrupts
|
| DMA1_Ch4_7_DMA2_Ch1_5_DMAMUX1_OVR_IRQn | DMA1 Ch4 to Ch7, DMA2 Ch1 to Ch5 and DMAMUX1 Overrun Interrupts
|
| ADC1_COMP_IRQn | ADC1, COMP1,COMP2, COMP3 Interrupts (combined with EXTI 17 & 18)
|
| TIM1_BRK_UP_TRG_COM_IRQn | TIM1 Break, Update, Trigger and Commutation Interrupts
|
| TIM1_CC_IRQn | TIM1 Capture Compare Interrupt
|
| TIM2_IRQn | TIM2 Interrupt
|
| TIM3_TIM4_IRQn | TIM3, TIM4 global Interrupt
|
| TIM6_DAC_LPTIM1_IRQn | TIM6, DAC and LPTIM1 global Interrupts
|
| TIM7_LPTIM2_IRQn | TIM7 and LPTIM2 global Interrupt
|
| TIM14_IRQn | TIM14 global Interrupt
|
| TIM15_IRQn | TIM15 global Interrupt
|
| TIM16_FDCAN_IT0_IRQn | TIM16, FDCAN1_IT0 and FDCAN2_IT0 Interrupt
|
| TIM17_FDCAN_IT1_IRQn | TIM17, FDCAN1_IT1 and FDCAN2_IT1 Interrupt
|
| I2C1_IRQn | I2C1 Interrupt (combined with EXTI 23)
|
| I2C2_3_IRQn | I2C2, I2C3 Interrupt (combined with EXTI 24 and EXTI 22)
|
| SPI1_IRQn | SPI1/I2S1 Interrupt
|
| SPI2_3_IRQn | SPI2/I2S2, SPI3/I2S3 Interrupt
|
| USART1_IRQn | USART1 Interrupt
|
| USART2_LPUART2_IRQn | USART2 + LPUART2 Interrupt
|
| USART3_4_5_6_LPUART1_IRQn | USART3, USART4, USART5, USART6, LPUART1 globlal Interrupts (combined with EXTI 28)
|
| CEC_IRQn | CEC Interrupt(combined with EXTI 27)
|