#[repr(u16)]
pub enum Interrupt {
Show 40 variants SUPC, RSTC, RTC, RTT, WDT, PMC, EFC, UART0, PIOA, PIOB, PIOC, PIOD, PIOE, USART0, USART1, HSMCI, TWI0, TWI1, SPI, DMAC, TC0, TC1, TC2, TC3, TC4, TC5, TC6, TC7, TC8, AFEC0, AFEC1, DACC, ACC, UDP, PWM, CAN0, CAN1, AES, GMAC, UART1,
}
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

PIOA

9 - PIOA

PIOB

10 - PIOB

PIOC

11 - PIOC

PIOD

12 - PIOD

PIOE

13 - PIOE

USART0

14 - USART0

USART1

15 - USART1

HSMCI

16 - HSMCI

TWI0

17 - TWI0

TWI1

18 - TWI1

SPI

19 - SPI

DMAC

20 - DMAC

TC0

21 - TC0

TC1

22 - TC1

TC2

23 - TC2

TC3

24 - TC3

TC4

25 - TC4

TC5

26 - TC5

TC6

27 - TC6

TC7

28 - TC7

TC8

29 - TC8

AFEC0

30 - AFEC0

AFEC1

31 - AFEC1

DACC

32 - DACC

ACC

33 - ACC

UDP

35 - UDP

PWM

36 - PWM

CAN0

37 - CAN0

CAN1

38 - CAN1

AES

39 - AES

GMAC

44 - GMAC

UART1

45 - UART1

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.