Enum stm32ral::stm32f4::stm32f410::interrupts::Interrupt[][src]

#[repr(u16)]
pub enum Interrupt {
Show 54 variants WWDG, PVD, TAMP_STAMP, RTC_WKUP, FLASH, RCC, EXTI0, EXTI1, EXTI2, EXTI3, EXTI4, DMA1_Stream0, DMA1_Stream1, DMA1_Stream2, DMA1_Stream3, DMA1_Stream4, DMA1_Stream5, DMA1_Stream6, ADC, EXTI9_5, TIM1_BRK_TIM9, PWM1_UP, TIM1_TRG_COM_TIM11, TIM1_CC, I2C1_EV, I2C1_ER, I2C2_EV, I2C2_ER, SPI1, SPI2, USART1, USART2, EXTI15_10, RTC_Alarm, DMA1_Stream7, TIM5, TIM6_DAC1, DMA2_Stream0, DMA2_Stream1, DMA2_Stream2, DMA2_Stream3, DMA2_Stream4, EXTI19, DMA2_Stream5, DMA2_Stream6, DMA2_Stream7, USART6, EXTI20, RNG, FPU, SPI5, I2C4_EV, I2C4_ER, LPTIM1,
}
Expand description

Available interrupts for this device

Variants

WWDG

0: Window watchdog interrupt

PVD

1: PVD through EXTI line detection interrupt

TAMP_STAMP

2: Tamper and TimeStamp interrupts through the EXTI line

RTC_WKUP

3: RTC Wakeup interrupt through the EXTI line

FLASH

4: FLASH global interrupt

RCC

5: RCC global interrupt

EXTI0

6: EXTI Line0 interrupt

EXTI1

7: EXTI Line1 interrupt

EXTI2

8: EXTI Line2 interrupt

EXTI3

9: EXTI Line3 interrupt

EXTI4

10: EXTI Line4 interrupt

DMA1_Stream0

11: DMA1 stream0 global interrupt

DMA1_Stream1

12: DMA1 stream1 global interrupt

DMA1_Stream2

13: DMA1 stream2 global interrupt

DMA1_Stream3

14: DMA1 stream3 global interrupt

DMA1_Stream4

15: DMA1 stream4 global interrupt

DMA1_Stream5

16: DMA1 stream5 global interrupt

DMA1_Stream6

17: DMA1 stream6 global interrupt

ADC

18: ADC1 global interrupt

EXTI9_5

23: EXTI Line[9:5] interrupts

TIM1_BRK_TIM9

24: TIM1 Break interrupt and TIM9 global interrupt

PWM1_UP

25: Timer1 Update interrupt

TIM1_TRG_COM_TIM11

26: TIM1 Trigger and Commutation interrupts and TIM11 global interrupt

TIM1_CC

27: TIM1 Capture Compare interrupt

I2C1_EV

31: I2C1 event interrupt

I2C1_ER

32: I2C1 error interrupt

I2C2_EV

33: I2C2 event interrupt

I2C2_ER

34: I2C2 error interrupt

SPI1

35: SPI1 global interrupt

SPI2

36: SPI2 global interrupt

USART1

37: USART1 global interrupt

USART2

38: USART2 global interrupt

EXTI15_10

40: EXTI Line[15:10] interrupts

RTC_Alarm

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

DMA1_Stream7

47: DMA1 stream7 global interrupt

TIM5

50: TIM5 global interrupt

TIM6_DAC1

54: Timer6 and DAC1 global interrupt

DMA2_Stream0

56: DMA2 stream0 global interrupt

DMA2_Stream1

57: DMA2 stream1 global interrupt

DMA2_Stream2

58: DMA2 stream2 global interrupt

DMA2_Stream3

59: DMA2 stream3 global interrupt

DMA2_Stream4

60: DMA2 stream4 global interrupt

EXTI19

62: EXTI Line 19 interrupt

DMA2_Stream5

68: DMA2 stream5 global interrupt

DMA2_Stream6

69: DMA2 stream6 global interrupt

DMA2_Stream7

70: DMA2 stream7 global interrupt

USART6

71: USART6 global interrupt

EXTI20

76: EXTI Line 20 interrupt

RNG

80: RNG global interrupt

FPU

81: Floating point unit

SPI5

85: SPI 5 global interrupt

I2C4_EV

95: I2C4 event interrupt

I2C4_ER

96: I2C2 error interrupt

LPTIM1

97: LPTimer global interrupt

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Return the interrupt number associated with this variant. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.