#[repr(u16)]
pub enum Interrupt {
Show 56 variants SUPC, RSTC, RTC, RTT, WDT, PMC, EFC, UART0, UART1, PIOA, PIOB, USART0, USART1, PIOD, TWIHS0, TWIHS1, SSC, TC0, TC1, TC2, TC3, TC4, TC5, AFEC0, DACC, PWM0, ICM, ACC, USBHS, MCAN0_INT0, MCAN0_INT1, GMAC, AFEC1, QSPI, UART2, TC6, TC7, TC8, TC9, TC10, TC11, AES, TRNG, XDMAC, ISI, PWM1, FPU, RSWDT, CCW, CCF, GMAC_Q1, GMAC_Q2, IXC, GMAC_Q3, GMAC_Q4, GMAC_Q5,
}
Expand description

Enumeration of all the interrupts.

Variants

SUPC

0 - SUPC

RSTC

1 - RSTC

RTC

2 - RTC

RTT

3 - RTT

WDT

4 - WDT

PMC

5 - PMC

EFC

6 - EFC

UART0

7 - UART0

UART1

8 - UART1

PIOA

10 - PIOA

PIOB

11 - PIOB

USART0

13 - USART0

USART1

14 - USART1

PIOD

16 - PIOD

TWIHS0

19 - TWIHS0

TWIHS1

20 - TWIHS1

SSC

22 - SSC

TC0

23 - TC0

TC1

24 - TC1

TC2

25 - TC2

TC3

26 - TC3

TC4

27 - TC4

TC5

28 - TC5

AFEC0

29 - AFEC0

DACC

30 - DACC

PWM0

31 - PWM0

ICM

32 - ICM

ACC

33 - ACC

USBHS

34 - USBHS

MCAN0_INT0

35 - MCAN0_INT0

MCAN0_INT1

36 - MCAN0_INT1

GMAC

39 - GMAC

AFEC1

40 - AFEC1

QSPI

43 - QSPI

UART2

44 - UART2

TC6

47 - TC6

TC7

48 - TC7

TC8

49 - TC8

TC9

50 - TC9

TC10

51 - TC10

TC11

52 - TC11

AES

56 - AES

TRNG

57 - TRNG

XDMAC

58 - XDMAC

ISI

59 - ISI

PWM1

60 - PWM1

FPU

61 - FPU

RSWDT

63 - RSWDT

CCW

64 - CCW

CCF

65 - CCF

GMAC_Q1

66 - GMAC_Q1

GMAC_Q2

67 - GMAC_Q2

IXC

68 - IXC

GMAC_Q3

71 - GMAC_Q3

GMAC_Q4

72 - GMAC_Q4

GMAC_Q5

73 - GMAC_Q5

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

Returns the argument unchanged.

Calls U::from(self).

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

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.