#[repr(u16)]
pub enum Interrupt {
Show 25 variants SYSTEM, WDT, RTC, EIC, NVMCTRL, DMAC, USB, EVSYS, SERCOM0, SERCOM1, SERCOM2, SERCOM3, SERCOM4, SERCOM5, TCC0, TCC1, TCC2, TC0, TC1, TC4, ADC, AC, DAC, AES, TRNG,
}
Expand description

Enumeration of all the interrupts.

Variants§

§

SYSTEM

0 - SYSTEM

§

WDT

1 - WDT

§

RTC

2 - RTC

§

EIC

3 - EIC

§

NVMCTRL

4 - NVMCTRL

§

DMAC

5 - DMAC

§

USB

6 - USB

§

EVSYS

7 - EVSYS

§

SERCOM0

8 - SERCOM0

§

SERCOM1

9 - SERCOM1

§

SERCOM2

10 - SERCOM2

§

SERCOM3

11 - SERCOM3

§

SERCOM4

12 - SERCOM4

§

SERCOM5

13 - SERCOM5

§

TCC0

14 - TCC0

§

TCC1

15 - TCC1

§

TCC2

16 - TCC2

§

TC0

17 - TC0

§

TC1

18 - TC1

§

TC4

21 - TC4

§

ADC

22 - ADC

§

AC

23 - AC

§

DAC

24 - DAC

§

AES

26 - AES

§

TRNG

27 - TRNG

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.