#[repr(u16)]
pub enum Interrupt {
Show 59 variants SUPC, RSTC, RTC, RTT, WDT, PMC, EFC, UART0, UART1, PIOA, PIOB, PIOC, USART0, USART1, USART2, PIOD, PIOE, HSMCI, TWIHS0, TWIHS1, SPI0, SSC, TC0, TC1, TC2, TC3, TC4, TC5, AFEC0, DACC, PWM0, ICM, ACC, USBHS, AFEC1, TWIHS2, SPI1, QSPI, UART2, UART3, UART4, TC6, TC7, TC8, TC9, TC10, TC11, AES, TRNG, XDMAC, ISI, PWM1, FPU, RSWDT, CCW, CCF, IXC, I2SC0, I2SC1,
}
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

PIOC

12 - PIOC

USART0

13 - USART0

USART1

14 - USART1

USART2

15 - USART2

PIOD

16 - PIOD

PIOE

17 - PIOE

HSMCI

18 - HSMCI

TWIHS0

19 - TWIHS0

TWIHS1

20 - TWIHS1

SPI0

21 - SPI0

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

AFEC1

40 - AFEC1

TWIHS2

41 - TWIHS2

SPI1

42 - SPI1

QSPI

43 - QSPI

UART2

44 - UART2

UART3

45 - UART3

UART4

46 - UART4

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

IXC

68 - IXC

I2SC0

69 - I2SC0

I2SC1

70 - I2SC1

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 !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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.