Enum stm32_hal2::pac::Interrupt [−][src]
Enumeration of all the interrupts
Variants
0 - Window Watchdog interrupt
1 - PVD through EXTI line detection
2 - Tamper and TimeStamp interrupts
3 - RTC Tamper or TimeStamp /CSS on LSE through EXTI line 19 interrupts
4 - Flash global interrupt
5 - RCC global interrupt
6 - EXTI Line 0 interrupt
7 - EXTI Line 1 interrupt
8 - EXTI Line 2 interrupt
9 - EXTI Line 3 interrupt
10 - EXTI Line4 interrupt
11 - DMA1 Channel1 global interrupt
12 - DMA1 Channel2 global interrupt
13 - DMA1 Channel3 interrupt
14 - DMA1 Channel4 interrupt
15 - DMA1 Channel5 interrupt
16 - DMA1 Channel6 interrupt
17 - DMA1 Channel 7 interrupt
18 - ADC1 and ADC2 global interrupt
19 - CAN1 TX interrupts
20 - CAN1 RX0 interrupts
21 - CAN1 RX1 interrupts
22 - CAN1 SCE interrupt
23 - EXTI Line5 to Line9 interrupts
24 - Timer 15 global interrupt
25 - Timer 16 global interrupt
27 - TIM1 Capture Compare interrupt
28 - TIM2 global interrupt
31 - I2C1 event interrupt
32 - I2C1 error interrupt
33 - I2C2 event interrupt
34 - I2C2 error interrupt
35 - SPI1 global interrupt
36 - SPI2 global interrupt
37 - USART1 global interrupt
38 - USART2 global interrupt
39 - USART3 global interrupt
40 - EXTI Lines 10 to 15 interrupts
41 - RTC alarms through EXTI line 18 interrupts
49 - SDMMC global Interrupt
51 - SPI3 global Interrupt
54 - TIM6 global and DAC1 and 2 underrun error interrupts
55 - TIM7 global interrupt
56 - DMA2 Channel 1 global Interrupt
57 - DMA2 Channel 2 global Interrupt
58 - DMA2 Channel 3 global Interrupt
59 - DMA2 Channel 4 global Interrupt
60 - DMA2 Channel 5 global Interrupt
64 - COMP1 and COMP2 interrupts
65 - LP TIM1 interrupt
66 - LP TIM2 interrupt
68 - DMA2 Channel 6 global Interrupt
69 - DMA2 Channel 7 global Interrupt
72 - I2C3 event interrupt
73 - I2C3 error interrupt
74 - SAI1 global interrupt
76 - SWPMI1 global interrupt
77 - TSC global interrupt
78 - LCD global interrupt
79 - RNG global interrupt
80 - CRS global interrupt
81 - Floating point interrupt
Trait Implementations
impl Clone for Interrupt
[src]
pub fn clone(&self) -> Interrupt
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Interrupt
[src]
impl Debug for Interrupt
[src]
impl Nr for Interrupt
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> InterruptNumber for T where
T: Nr + Copy,
[src]
T: Nr + Copy,
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,