#[repr(u16)]
pub enum Interrupt {
Show 17 variants PM, SYSCTRL, WDT, RTC, EIC, NVMCTRL, DMAC, USB, EVSYS, SERCOM0, SERCOM1, TCC0, TC1, TC2, ADC, AC, DAC,
}
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

TCC0

12 - TCC0

TC1

13 - TC1

TC2

14 - TC2

ADC

15 - ADC

AC

16 - AC

DAC

17 - DAC

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.