Enum stm32l4x6::Interrupt [] [src]

pub enum Interrupt {
    WWDG,
    PVD,
    TAMP_STAMP,
    RTC_WKUP,
    FLASH,
    RCC,
    EXTI0,
    EXTI1,
    EXTI2,
    EXTI3,
    EXTI4,
    DMA1_CHANNEL1,
    DMA1_CHANNEL2,
    DMA1_CHANNEL3,
    DMA1_CHANNEL4,
    DMA1_CHANNEL5,
    DMA1_CHANNEL6,
    DMA1_CHANNEL7,
    ADC1_2,
    CAN1_TX,
    CAN1_RX0,
    CAN1_RX1,
    CAN1_SCE,
    EXTI9_5,
    TIM15,
    TIM16,
    TIM1_TRG_COM_TIM17,
    TIM1_CC,
    TIM2,
    TIM3,
    TIM4,
    I2C1_EV,
    I2C1_ER,
    I2C2_EV,
    I2C2_ER,
    SPI1,
    SPI2,
    USART1,
    USART2,
    USART3,
    EXTI15_10,
    RTC_ALARM,
    DFSDM3,
    TIM8_BRK,
    TIM8,
    TIM8_TRG_COM,
    TIM8_CC,
    ADC3,
    FMC,
    SDMMC,
    TIM5,
    SPI3,
    UART4,
    UART5,
    TIM6_DAC,
    TIM7,
    DMA2_CHANNEL1,
    DMA2_CHANNEL2,
    DMA2_CHANNEL3,
    DMA2_CHANNEL4,
    DMA2_CHANNEL5,
    DFSDM0,
    DFSDM1,
    DFSDM2,
    COMP,
    LPTIM1,
    LPTIM2,
    OTG_FS,
    DMA2_CHANNEL6,
    DMA2_CHANNEL7,
    QUADSPI,
    I2C3_EV,
    I2C3_ER,
    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]

[src]

Returns the number associated with an interrupt

Auto Trait Implementations

impl Send for Interrupt

impl Sync for Interrupt