Enum ke04z4_pac::Interrupt[][src]

#[repr(u16)]
pub enum Interrupt {
Show variants FTMRE, PMC, IRQ, I2C0, SPI0, UART0, ADC, ACMP0, FTM0, FTM2, RTC, ACMP1, PIT_CH0, PIT_CH1, KBI0, KBI1, ICS, WDOG, PWT,
}
Expand description

Enumeration of all the interrupts.

Variants

FTMRE

5 - FTMRE

PMC

6 - PMC

IRQ

7 - IRQ

I2C0

8 - I2C0

SPI0

10 - SPI0

UART0

12 - UART0

ADC

15 - ADC

ACMP0

16 - ACMP0

FTM0

17 - FTM0

FTM2

19 - FTM2

RTC

20 - RTC

ACMP1

21 - ACMP1

PIT_CH0

22 - PIT_CH0

PIT_CH1

23 - PIT_CH1

KBI0

24 - KBI0

KBI1

25 - KBI1

ICS

27 - ICS

WDOG

28 - WDOG

PWT

29 - PWT

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

Performs the conversion.

Performs the conversion.

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.