Enum stm32ral::stm32l0::stm32l0x0::interrupts::Interrupt[][src]

#[repr(u16)]
pub enum Interrupt {
Show 19 variants WWDG, RTC, FLASH, RCC, EXTI0_1, EXTI2_3, EXTI4_15, DMA1_Channel1, DMA1_Channel2_3, DMA1_Channel4_7, ADC, LPTIM1, TIM2, TIM21, TIM22, I2C1, SPI1, USART2, LPUART1,
}
Expand description

Available interrupts for this device

Variants

WWDG

0: Window Watchdog interrupt

RTC

2: RTC global interrupt

FLASH

3: Flash global interrupt

RCC

4: RCC global interrupt

EXTI0_1

5: EXTI Line[1:0] interrupts

EXTI2_3

6: EXTI Line[3:2] interrupts

EXTI4_15

7: EXTI Line15 and EXTI4 interrupts

DMA1_Channel1

9: DMA1 Channel1 global interrupt

DMA1_Channel2_3

10: DMA1 Channel2 and 3 interrupts

DMA1_Channel4_7

11: DMA1 Channel4 to 7 interrupts

ADC

12: ADC

LPTIM1

13: LPTIMER1 interrupt through EXTI29

TIM2

15: TIM2 global interrupt

TIM21

20: TIMER21 global interrupt

TIM22

22: TIMER22 global interrupt

I2C1

23: I2C1 global interrupt

SPI1

25: SPI1_global_interrupt

USART2

28: USART2 global interrupt

LPUART1

29: LPUART1 global interrupt through

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.