pub enum Interrupt {
Show 29 variants LVD_BOD, RTC, FMC, EVWUP, EXTI0_1, EXTI2_3, EXTI4_15, CMP0_1, ADC, MCTM0, GPTM1, GPTM0, SCTM0, SCTM1, BFTM0, BFTM1, I2C0, I2C1, SPI0, SPI1, USART0, USART1, UART0, UART1, SCI, I2S, USB, PDMACH0_1, PDMACH2_5,
}
Expand description

Enumeration of all the interrupts

Variants

LVD_BOD

0 - LVD_BOD

RTC

1 - RTC

FMC

2 - FMC

EVWUP

3 - EVWUP

EXTI0_1

4 - EXTI0_1

EXTI2_3

5 - EXTI2_3

EXTI4_15

6 - EXTI4_15

CMP0_1

7 - CMP0_1

ADC

8 - ADC

MCTM0

10 - MCTM0

GPTM1

11 - GPTM1

GPTM0

12 - GPTM0

SCTM0

13 - SCTM0

SCTM1

14 - SCTM1

BFTM0

17 - BFTM0

BFTM1

18 - BFTM1

I2C0

19 - I2C0

I2C1

20 - I2C1

SPI0

21 - SPI0

SPI1

22 - SPI1

USART0

23 - USART0

USART1

24 - USART1

UART0

25 - UART0

UART1

26 - UART1

SCI

27 - SCI

I2S

28 - I2S

USB

29 - USB

PDMACH0_1

30 - PDMACH0_1

PDMACH2_5

31 - PDMACH2_5

Trait Implementations

Returns the number associated with an interrupt

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
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.