#[repr(u16)]
pub enum Interrupt {
Show 25 variants PM, SYSCTRL, WDT, RTC, EIC, NVMCTRL, DMAC, USB, EVSYS, SERCOM0, SERCOM1, SERCOM2, SERCOM3, SERCOM4, SERCOM5, TCC0, TCC1, TCC2, TC3, TC4, TC5, ADC, AC, DAC, I2S,
}
Expand description

Enumeration of all the interrupts.

Variants

PM

0 - PM

SYSCTRL

1 - SYSCTRL

WDT

2 - WDT

RTC

3 - RTC

EIC

4 - EIC

NVMCTRL

5 - NVMCTRL

DMAC

6 - DMAC

USB

7 - USB

EVSYS

8 - EVSYS

SERCOM0

9 - SERCOM0

SERCOM1

10 - SERCOM1

SERCOM2

11 - SERCOM2

SERCOM3

12 - SERCOM3

SERCOM4

13 - SERCOM4

SERCOM5

14 - SERCOM5

TCC0

15 - TCC0

TCC1

16 - TCC1

TCC2

17 - TCC2

TC3

18 - TC3

TC4

19 - TC4

TC5

20 - TC5

ADC

23 - ADC

AC

24 - AC

DAC

25 - DAC

I2S

27 - I2S

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.