Enum stm32f411xx::Interrupt [] [src]

pub enum Interrupt {
    PVD,
    TAMP_STAMP,
    RTC_WKUP,
    FLASH,
    RCC,
    EXTI0,
    EXTI1,
    EXTI2,
    EXTI3,
    EXTI4,
    ADC,
    EXTI9_5,
    TIM1_BRK_TIM9,
    TIM1_UP_TIM10,
    TIM1_TRG_COM_TIM11,
    TIM1_CC,
    TIM2,
    TIM3,
    I2C1_EV,
    I2C1_ER,
    I2C2_EV,
    I2C2_ER,
    SPI1,
    SPI2,
    EXTI15_10,
    RTC_ALARM,
    OTG_FS_WKUP,
    SDIO,
    SPI3,
    OTG_FS,
    I2C3_EV,
    I2C3_ER,
    SPI4,
}

Enumeration of all the interrupts

Variants

1 - PVD through EXTI line detection interrupt

2 - Tamper and TimeStamp interrupts through the EXTI line

3 - RTC Wakeup interrupt through the EXTI line

4 - FLASH global interrupt

5 - RCC global interrupt

6 - EXTI Line0 interrupt

7 - EXTI Line1 interrupt

8 - EXTI Line2 interrupt

9 - EXTI Line3 interrupt

10 - EXTI Line4 interrupt

18 - ADC1 global interrupt

23 - EXTI Line[9:5] interrupts

24 - TIM1 Break interrupt and TIM9 global interrupt

25 - TIM1 Update interrupt and TIM10 global interrupt

26 - TIM1 Trigger and Commutation interrupts and TIM11 global interrupt

27 - TIM1 Capture Compare interrupt

28 - TIM2 global interrupt

29 - TIM3 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

40 - EXTI Line[15:10] interrupts

41 - RTC Alarms (A and B) through EXTI line interrupt

42 - USB On-The-Go FS Wakeup through EXTI line interrupt

49 - SDIO global interrupt

51 - SPI3 global interrupt

67 - USB On The Go FS global interrupt

72 - I2C3 event interrupt

73 - I2C3 error interrupt

84 - SPI4 global interrupt

Trait Implementations

impl Nr for Interrupt
[src]

[src]

Returns the number associated with an interrupt