Enum stm32ral::stm32g0::stm32g070::interrupts::Interrupt[][src]

#[repr(u16)]
pub enum Interrupt {
Show 29 variants WWDG, PVD, RTC_STAMP, FLASH, RCC, EXTI0_1, EXTI2_3, EXTI4_15, DMA_Channel1, DMA_Channel2_3, DMA_Channel4_5_6_7, ADC, TIM1_BRK_UP_TRG_COM, TIM1_CC, TIM3, TIM6, TIM7, TIM14, TIM15, TIM16, TIM17, I2C1, I2C2, SPI1, SPI2, USART1, USART2, USART3_USART4, CEC,
}
Expand description

Available interrupts for this device

Variants

WWDG

0: Window watchdog interrupt

PVD

1: Power voltage detector interrupt

RTC_STAMP

2: RTC and TAMP interrupts

FLASH

3: Flash global interrupt

RCC

4: RCC global interrupt

EXTI0_1

5: EXTI line 0 & 1 interrupt

EXTI2_3

6: EXTI line 2 & 3 interrupt

EXTI4_15

7: EXTI line 4 to 15 interrupt

DMA_Channel1

9: DMA channel 1 interrupt

DMA_Channel2_3

10: DMA channel 2 & 3 interrupts

DMA_Channel4_5_6_7

11: DMA channel 4, 5, 6 & 7 and DMAMUX

ADC

12: ADC Interrupt

TIM1_BRK_UP_TRG_COM

13: TIM1 break, update, trigger and commutation interrupts

TIM1_CC

14: TIM1 Capture Compare interrupt

TIM3

16: TIM3 global interrupt

TIM6

17: TIM6 global interrupt

TIM7

18: TIM7 global interrupt

TIM14

19: TIM14 global interrupt

TIM15

20: Timer 15 global interrupt

TIM16

21: TIM16 global interrupt

TIM17

22: TIM17 global interrupt

I2C1

23: I2C1 global interrupt

I2C2

24: I2C2 global interrupt

SPI1

25: SPI1 global interrupt

SPI2

26: SPI2 global interrupt

USART1

27: USART1 global interrupt

USART2

28: USART2 global interrupt

USART3_USART4

29: USART3 + USART4 interrupt

CEC

30: CEC 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.