Enum stm32f30x::interrupt::Interrupt [] [src]

pub enum Interrupt {
    Wwdg,
    Pvd,
    TampStamp,
    RtcWkup,
    Flash,
    Rcc,
    Exti0,
    Exti1,
    Exti2Tsc,
    Exti3,
    Exti4,
    Dma1Ch1,
    Dma1Ch2,
    Dma1Ch3,
    Dma1Ch4,
    Dma1Ch5,
    Dma1Ch6,
    Dma1Ch7,
    Adc12,
    UsbHpCanTx,
    UsbLpCanRx0,
    CanRx1,
    CanSce,
    Exti95,
    Tim1BrkTim15,
    Tim1UpTim16,
    Tim1TrgComTim17,
    Tim1Cc,
    Tim2,
    Tim3,
    Tim4,
    I2c1EvExti23,
    I2c1Er,
    I2c2EvExti24,
    I2c2Er,
    Spi1,
    Spi2,
    Usart1Exti25,
    Usart2Exti26,
    Usart3Exti28,
    Exti1510,
    Rtcalarm,
    UsbWkup,
    Tim8Brk,
    Tim8Up,
    Tim8TrgCom,
    Tim8Cc,
    Adc3,
    Spi3,
    Uart4Exti34,
    Uart5Exti35,
    Tim6Dacunder,
    Tim7,
    Dma2Ch1,
    Dma2Ch2,
    Dma2Ch3,
    Dma2Ch4,
    Dma2Ch5,
    Adc4,
    Comp123,
    Comp456,
    Comp7,
    UsbHp,
    UsbLp,
    UsbWkupExti,
    Fpu,
}

Enumeration of all the interrupts

Variants

0 - Window Watchdog interrupt

1 - PVD through EXTI line detection interrupt

2 - Tamper and TimeStamp interrupts

3 - RTC Wakeup interrupt through the EXTI line

4 - Flash global interrupt

5 - RCC global interrupt

6 - EXTI Line0 interrupt

7 - EXTI Line3 interrupt

8 - EXTI Line2 and Touch sensing interrupts

9 - EXTI Line3 interrupt

10 - EXTI Line4 interrupt

11 - DMA1 channel 1 interrupt

12 - DMA1 channel 2 interrupt

13 - DMA1 channel 3 interrupt

14 - DMA1 channel 4 interrupt

15 - DMA1 channel 5 interrupt

16 - DMA1 channel 6 interrupt

17 - DMA1 channel 7interrupt

18 - ADC1 and ADC2 global interrupt

19 - USB High Priority/CAN_TX interrupts

20 - USB Low Priority/CAN_RX0 interrupts

21 - CAN_RX1 interrupt

22 - CAN_SCE interrupt

23 - EXTI Line5 to Line9 interrupts

24 - TIM1 Break/TIM15 global interruts

25 - TIM1 Update/TIM16 global interrupts

26 - TIM1 trigger and commutation/TIM17 interrupts

27 - TIM1 capture compare interrupt

28 - TIM2 global interrupt

29 - TIM3 global interrupt

30 - TIM4 global interrupt

31 - I2C1 event interrupt and EXTI Line23 interrupt

32 - I2C1 error interrupt

33 - I2C2 event interrupt & EXTI Line24 interrupt

34 - I2C2 error interrupt

35 - SPI1 global interrupt

36 - SPI2 global interrupt

37 - USART1 global interrupt and EXTI Line 25 interrupt

38 - USART2 global interrupt and EXTI Line 26 interrupt

39 - USART3 global interrupt and EXTI Line 28 interrupt

40 - EXTI Line15 to Line10 interrupts

41 - RTC alarm interrupt

42 - USB wakeup from Suspend

43 - TIM8 break interrupt

44 - TIM8 update interrupt

45 - TIM8 Trigger and commutation interrupts

46 - TIM8 capture compare interrupt

47 - ADC3 global interrupt

51 - SPI3 global interrupt

52 - UART4 global and EXTI Line 34 interrupts

53 - UART5 global and EXTI Line 35 interrupts

54 - TIM6 global and DAC12 underrun interrupts

55 - TIM7 global interrupt

56 - DMA2 channel1 global interrupt

57 - DMA2 channel2 global interrupt

58 - DMA2 channel3 global interrupt

59 - DMA2 channel4 global interrupt

60 - DMA2 channel5 global interrupt

61 - ADC4 global interrupt

64 - COMP1 & COMP2 & COMP3 interrupts combined with EXTI Lines 21, 22 and 29 interrupts

65 - COMP4 & COMP5 & COMP6 interrupts combined with EXTI Lines 30, 31 and 32 interrupts

66 - COMP7 interrupt combined with EXTI Line 33 interrupt

74 - USB High priority interrupt

75 - USB Low priority interrupt

76 - USB wakeup from Suspend and EXTI Line 18

81 - Floating point interrupt

Trait Implementations

impl Nr for Interrupt
[src]

Returns the number associated with this interrupt