#[repr(u16)]
pub enum Interrupt {
Show 20 variants CLOCK_POWER, RADIO, RNG, GPIOTE, WDT, TIMER0, ECB, AAR_CCM, TEMP, RTC0, IPC, SERIAL0, EGU0, RTC1, TIMER1, TIMER2, SWI0, SWI1, SWI2, SWI3,
}
Expand description

Enumeration of all the interrupts.

Variants

CLOCK_POWER

5 - CLOCK_POWER

RADIO

8 - RADIO

RNG

9 - RNG

GPIOTE

10 - GPIOTE

WDT

11 - WDT

TIMER0

12 - TIMER0

ECB

13 - ECB

AAR_CCM

14 - AAR_CCM

TEMP

16 - TEMP

RTC0

17 - RTC0

IPC

18 - IPC

SERIAL0

19 - SERIAL0

EGU0

20 - EGU0

RTC1

22 - RTC1

TIMER1

24 - TIMER1

TIMER2

25 - TIMER2

SWI0

26 - SWI0

SWI1

27 - SWI1

SWI2

28 - SWI2

SWI3

29 - SWI3

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.