#[repr(u16)]pub enum Interrupt {
Show 107 variants
WWDG = 0,
PVD = 1,
TAMP_STAMP = 2,
RTC_WKUP = 3,
FLASH = 4,
RCC = 5,
EXTI0 = 6,
EXTI1 = 7,
EXTI2 = 8,
EXTI3 = 9,
EXTI4 = 10,
DMA1_STREAM0 = 11,
DMA1_STREAM1 = 12,
DMA1_STREAM2 = 13,
DMA1_STREAM3 = 14,
DMA1_STREAM4 = 15,
DMA1_STREAM5 = 16,
DMA1_STREAM6 = 17,
ADC = 18,
CAN1_TX = 19,
CAN1_RX0 = 20,
CAN1_RX1 = 21,
CAN1_SCE = 22,
EXTI9_5 = 23,
TIM1_BRK_TIM9 = 24,
TIM1_TRG_COM_TIM11 = 26,
TIM2 = 28,
TIM3 = 29,
TIM4 = 30,
I2C1_EV = 31,
I2C1_ER = 32,
I2C2_EV = 33,
I2C2_ER = 34,
SPI1 = 35,
SPI2 = 36,
USART1 = 37,
USART2 = 38,
USART3 = 39,
EXTI15_10 = 40,
RTC_ALARM = 41,
OTG_FS_WKUP = 42,
TIM8_BRK_TIM12 = 43,
TIM8_UP_TIM13 = 44,
TIM8_TRG_COM_TIM14 = 45,
TIM8_CC = 46,
DMA1_STREAM7 = 47,
FMC = 48,
SDMMC1 = 49,
TIM5 = 50,
SPI3 = 51,
UART4 = 52,
UART5 = 53,
TIM6_DAC = 54,
TIM7 = 55,
DMA2_STREAM0 = 56,
DMA2_STREAM1 = 57,
DMA2_STREAM2 = 58,
DMA2_STREAM3 = 59,
DMA2_STREAM4 = 60,
ETH = 61,
ETH_WKUP = 62,
CAN2_TX = 63,
CAN2_RX0 = 64,
CAN2_RX1 = 65,
CAN2_SCE = 66,
OTG_FS = 67,
DMA2_STREAM5 = 68,
DMA2_STREAM6 = 69,
DMA2_STREAM7 = 70,
USART6 = 71,
I2C3_EV = 72,
I2C3_ER = 73,
OTG_HS_EP1_OUT = 74,
OTG_HS_EP1_IN = 75,
OTG_HS_WKUP = 76,
OTG_HS = 77,
DCMI = 78,
HASH_RNG = 80,
FPU = 81,
UART7 = 82,
UART8 = 83,
SPI4 = 84,
SPI5 = 85,
SPI6 = 86,
SAI1 = 87,
LTDC = 88,
LTDC_ER = 89,
DMA2D = 90,
SAI2 = 91,
QUAD_SPI = 92,
LP_TIMER1 = 93,
HDMI_CEC = 94,
I2C4_EV = 95,
I2C4_ER = 96,
SPDIFRX = 97,
DSIHOST = 98,
DFSDM1_FLT0 = 99,
DFSDM1_FLT1 = 100,
DFSDM1_FLT2 = 101,
DFSDM1_FLT3 = 102,
SDMMC2 = 103,
CAN3_TX = 104,
CAN3_RX0 = 105,
CAN3_RX1 = 106,
CAN3_SCE = 107,
JPEG = 108,
MDIOS = 109,
}
Expand description
Enumeration of all the interrupts.
Variants§
WWDG = 0
0 - Window Watchdog interrupt
PVD = 1
1 - PVD through EXTI line detection
TAMP_STAMP = 2
2 - Tamper and TimeStamp interrupts through the EXTI line
RTC_WKUP = 3
3 - RTC Tamper or TimeStamp /CSS on LSE through EXTI line 19 interrupts
FLASH = 4
4 - Flash global interrupt
RCC = 5
5 - RCC global interrupt
EXTI0 = 6
6 - EXTI Line0 interrupt
EXTI1 = 7
7 - EXTI Line1 interrupt
EXTI2 = 8
8 - EXTI Line2 interrupt
EXTI3 = 9
9 - EXTI Line3 interrupt
EXTI4 = 10
10 - EXTI Line4 interrupt
DMA1_STREAM0 = 11
11 - DMA1 Stream0 global interrupt
DMA1_STREAM1 = 12
12 - DMA1 Stream1 global interrupt
DMA1_STREAM2 = 13
13 - DMA1 Stream2 global interrupt
DMA1_STREAM3 = 14
14 - DMA1 Stream3 global interrupt
DMA1_STREAM4 = 15
15 - DMA1 Stream4 global interrupt
DMA1_STREAM5 = 16
16 - DMA1 Stream5 global interrupt
DMA1_STREAM6 = 17
17 - DMA1 Stream6 global interrupt
ADC = 18
18 - ADC1 global interrupt
CAN1_TX = 19
19 - CAN1 TX interrupts
CAN1_RX0 = 20
20 - CAN1 RX0 interrupts
CAN1_RX1 = 21
21 - CAN1 RX1 interrupts
CAN1_SCE = 22
22 - CAN1 SCE interrupt
EXTI9_5 = 23
23 - EXTI Line[9:5] interrupts
TIM1_BRK_TIM9 = 24
24 - TIM1 Break interrupt and TIM9 global interrupt
TIM1_TRG_COM_TIM11 = 26
26 - TIM1 Trigger and Commutation interrupts and TIM11 global interrupt
TIM2 = 28
28 - TIM2 global interrupt
TIM3 = 29
29 - TIM3 global interrupt
TIM4 = 30
30 - TIM4 global interrupt
I2C1_EV = 31
31 - I2C1 event interrupt
I2C1_ER = 32
32 - I2C1 error interrupt
I2C2_EV = 33
33 - I2C2 event interrupt
I2C2_ER = 34
34 - I2C2 error interrupt
SPI1 = 35
35 - SPI1 global interrupt
SPI2 = 36
36 - SPI2 global interrupt
USART1 = 37
37 - USART1 global interrupt
USART2 = 38
38 - USART2 global interrupt
USART3 = 39
39 - USART3 global interrupt
EXTI15_10 = 40
40 - EXTI Line[15:10] interrupts
RTC_ALARM = 41
41 - RTC alarms through EXTI line 18 interrupts
OTG_FS_WKUP = 42
42 - USB On-The-Go FS Wakeup through EXTI line interrupt
TIM8_BRK_TIM12 = 43
43 - TIM8 Break interrupt and TIM12 global interrupt
TIM8_UP_TIM13 = 44
44 - TIM8 Update interrupt and TIM13 global interrupt
TIM8_TRG_COM_TIM14 = 45
45 - TIM8 Trigger and Commutation interrupts and TIM14 global interrupt
TIM8_CC = 46
46 - TIM8 Capture Compare interrupt
DMA1_STREAM7 = 47
47 - DMA1 Stream7 global interrupt
FMC = 48
48 - FMC global interrupt
SDMMC1 = 49
49 - SDMMC1 global interrupt
TIM5 = 50
50 - TIM5 global interrupt
SPI3 = 51
51 - SPI3 global interrupt
UART4 = 52
52 - UART4 global interrupt
UART5 = 53
53 - UART5 global interrupt
TIM6_DAC = 54
54 - TIM6 global interrupt, DAC1 and DAC2 underrun error interrupt
TIM7 = 55
55 - TIM7 global interrupt
DMA2_STREAM0 = 56
56 - DMA2 Stream0 global interrupt
DMA2_STREAM1 = 57
57 - DMA2 Stream1 global interrupt
DMA2_STREAM2 = 58
58 - DMA2 Stream2 global interrupt
DMA2_STREAM3 = 59
59 - DMA2 Stream3 global interrupt
DMA2_STREAM4 = 60
60 - DMA2 Stream4 global interrupt
ETH = 61
61 - Ethernet global interrupt
ETH_WKUP = 62
62 - Ethernet Wakeup through EXTI line
CAN2_TX = 63
63 - CAN2 TX interrupts
CAN2_RX0 = 64
64 - CAN2 RX0 interrupts
CAN2_RX1 = 65
65 - CAN2 RX1 interrupts
CAN2_SCE = 66
66 - CAN2 SCE interrupt
OTG_FS = 67
67 - USB On The Go FS global interrupt
DMA2_STREAM5 = 68
68 - DMA2 Stream5 global interrupt
DMA2_STREAM6 = 69
69 - DMA2 Stream6 global interrupt
DMA2_STREAM7 = 70
70 - DMA2 Stream7 global interrupt
USART6 = 71
71 - USART6 global interrupt
I2C3_EV = 72
72 - I2C3 event interrupt
I2C3_ER = 73
73 - I2C3 error interrupt
OTG_HS_EP1_OUT = 74
74 - USB On The Go HS End Point 1 Out global interrupt
OTG_HS_EP1_IN = 75
75 - USB On The Go HS End Point 1 In global interrupt
OTG_HS_WKUP = 76
76 - USB On The Go HS Wakeup through EXTI interrupt
OTG_HS = 77
77 - USB On The Go HS global interrupt
DCMI = 78
78 - DCMI global interrupt
HASH_RNG = 80
80 - Hash and Rng global interrupt
FPU = 81
81 - Floating point unit interrupt
UART7 = 82
82 - UART 7 global interrupt
UART8 = 83
83 - UART 8 global interrupt
SPI4 = 84
84 - SPI 4 global interrupt
SPI5 = 85
85 - SPI 5 global interrupt
SPI6 = 86
86 - SPI 6 global interrupt
SAI1 = 87
87 - SAI1 global interrupt
LTDC = 88
88 - LTDC global interrupt
LTDC_ER = 89
89 - LTDC global error interrupt
DMA2D = 90
90 - DMA2D global interrupt
SAI2 = 91
91 - SAI2 global interrupt
QUAD_SPI = 92
92 - QuadSPI global interrupt
LP_TIMER1 = 93
93 - LP Timer1 global interrupt
HDMI_CEC = 94
94 - HDMI-CEC global interrupt
I2C4_EV = 95
95 - I2C4 event interrupt
I2C4_ER = 96
96 - I2C4 Error interrupt
SPDIFRX = 97
97 - SPDIFRX global interrupt
DSIHOST = 98
98 - DSI host global interrupt
DFSDM1_FLT0 = 99
99 - DFSDM1 Filter 0 global interrupt
DFSDM1_FLT1 = 100
100 - DFSDM1 Filter 1 global interrupt
DFSDM1_FLT2 = 101
101 - DFSDM1 Filter 2 global interrupt
DFSDM1_FLT3 = 102
102 - DFSDM1 Filter 3 global interrupt
SDMMC2 = 103
103 - SDMMC2 global interrupt
CAN3_TX = 104
104 - CAN3 TX interrupt
CAN3_RX0 = 105
105 - CAN3 RX0 interrupt
CAN3_RX1 = 106
106 - CAN3 RX1 interrupt
CAN3_SCE = 107
107 - CAN3 SCE interrupt
JPEG = 108
108 - JPEG global interrupt
MDIOS = 109
109 - MDIO slave global interrupt