Enum SKEAZN642::Interrupt[][src]

#[repr(u16)]
pub enum Interrupt {
Show variants INT_FTMRH, INT_LVD_LVW, INT_IRQ, INT_I2C0, INT_SPI0, INT_SPI1, INT_UART0, INT_UART1, INT_UART2, INT_ADC0, INT_ACMP0, INT_FTM0, INT_FTM1, INT_FTM2, INT_RTC, INT_ACMP1, INT_PIT_CH0, INT_PIT_CH1, INT_KBI0, INT_KBI1, INT_ICS, INT_WATCHDOG,
}
Expand description

Enumeration of all the interrupts.

Variants

INT_FTMRH

5 - INT_FTMRH

INT_LVD_LVW

6 - INT_LVD_LVW

INT_IRQ

7 - INT_IRQ

INT_I2C0

8 - INT_I2C0

INT_SPI0

10 - INT_SPI0

INT_SPI1

11 - INT_SPI1

INT_UART0

12 - INT_UART0

INT_UART1

13 - INT_UART1

INT_UART2

14 - INT_UART2

INT_ADC0

15 - INT_ADC0

INT_ACMP0

16 - INT_ACMP0

INT_FTM0

17 - INT_FTM0

INT_FTM1

18 - INT_FTM1

INT_FTM2

19 - INT_FTM2

INT_RTC

20 - INT_RTC

INT_ACMP1

21 - INT_ACMP1

INT_PIT_CH0

22 - INT_PIT_CH0

INT_PIT_CH1

23 - INT_PIT_CH1

INT_KBI0

24 - INT_KBI0

INT_KBI1

25 - INT_KBI1

INT_ICS

27 - INT_ICS

INT_WATCHDOG

28 - INT_Watchdog

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.