Enum stm32l4x6::interrupt::Interrupt [] [src]

pub enum Interrupt {
    Wwdg,
    Pvd,
    TampStamp,
    RtcWkup,
    Flash,
    Rcc,
    Exti0,
    Exti1,
    Exti2,
    Exti3,
    Exti4,
    Dma1Channel1,
    Dma1Channel2,
    Dma1Channel3,
    Dma1Channel4,
    Dma1Channel5,
    Dma1Channel6,
    Dma1Channel7,
    Adc12,
    Can1Tx,
    Can1Rx0,
    Can1Rx1,
    Can1Sce,
    Exti95,
    Tim15,
    Tim16,
    Tim1TrgComTim17,
    Tim1Cc,
    Tim2,
    Tim3,
    Tim4,
    I2c1Ev,
    I2c1Er,
    I2c2Ev,
    I2c2Er,
    Spi1,
    Spi2,
    Usart1,
    Usart2,
    Usart3,
    Exti1510,
    RtcAlarm,
    Dfsdm3,
    Tim8Brk,
    Tim8,
    Tim8TrgCom,
    Tim8Cc,
    Adc3,
    Fmc,
    Sdmmc,
    Tim5,
    Spi3,
    Uart4,
    Uart5,
    Tim6Dac,
    Tim7,
    Dma2Channel1,
    Dma2Channel2,
    Dma2Channel3,
    Dma2Channel4,
    Dma2Channel5,
    Dfsdm0,
    Dfsdm1,
    Dfsdm2,
    Comp,
    Lptim1,
    Lptim2,
    OtgFs,
    Dma2Channel6,
    Dma2Channel7,
    Quadspi,
    I2c3Ev,
    I2c3Er,
    Sai1,
    Sai2,
    Swpmi1,
    Tsc,
    Lcd,
    Rng,
}

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

26 - TIM1 Trigger and Commutation interrupts and TIM17 global interrupt

27 - TIM1 Capture Compare interrupt

28 - TIM2 global interrupt

29 - TIM3 global interrupt

30 - TIM4 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

42 - SD Filter 3 global Interrupt

43 - TIM8 Break Interrupt

44 - TIM8 Update Interrupt

45 - TIM8 Trigger and Commutation Interrupt

46 - TIM8 Capture Compare Interrupt

47 - ADC3 global Interrupt

48 - FMC global Interrupt

49 - SDMMC global Interrupt

50 - TIM5 global Interrupt

51 - SPI3 global Interrupt

52 - UART4 global Interrupt

53 - UART5 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

61 - SD Filter 0 global Interrupt

62 - SD Filter 1 global Interrupt

63 - SD Filter 2 global Interrupt

64 - COMP1 and COMP2 interrupts

65 - LP TIM1 interrupt

66 - LP TIM2 interrupt

67 - USB OTG FS global Interrupt

68 - DMA2 Channel 6 global Interrupt

69 - DMA2 Channel 7 global Interrupt

71 - Quad SPI global interrupt

72 - I2C3 event interrupt

73 - I2C3 error interrupt

74 - SAI1 global interrupt

75 - SAI2 global interrupt

76 - SWPMI1 global interrupt

77 - TSC global interrupt

78 - LCD global interrupt

79 - RNG global interrupt

Trait Implementations

impl Nr for Interrupt
[src]

Returns the number associated with this interrupt