Enum lpc845_pac::Interrupt[][src]

#[repr(u16)]
pub enum Interrupt {
Show 31 variants SPI0, SPI1, DAC0, USART0, USART1, USART2, I2C1, I2C0, SCT0, MRT0, CMP_CAPT, WDT, BOD, FLASH, WKT, ADC0_SEQA, ADC0_SEQB, ADC0_THCMP, ADC0_OVR, DMA0, I2C2, I2C3, CTIMER0, PIN_INT0, PIN_INT1, PIN_INT2, PIN_INT3, PIN_INT4, PIN_INT5_DAC1, PIN_INT6_USART3, PIN_INT7_USART4,
}
Expand description

Enumeration of all the interrupts.

Variants

SPI0

0 - SPI0

SPI1

1 - SPI1

DAC0

2 - DAC0

USART0

3 - USART0

USART1

4 - USART1

USART2

5 - USART2

I2C1

7 - I2C1

I2C0

8 - I2C0

SCT0

9 - SCT0

MRT0

10 - MRT0

CMP_CAPT

11 - CMP_CAPT

WDT

12 - WDT

BOD

13 - BOD

FLASH

14 - FLASH

WKT

15 - WKT

ADC0_SEQA

16 - ADC0_SEQA

ADC0_SEQB

17 - ADC0_SEQB

ADC0_THCMP

18 - ADC0_THCMP

ADC0_OVR

19 - ADC0_OVR

DMA0

20 - DMA0

I2C2

21 - I2C2

I2C3

22 - I2C3

CTIMER0

23 - CTIMER0

PIN_INT0

24 - PIN_INT0

PIN_INT1

25 - PIN_INT1

PIN_INT2

26 - PIN_INT2

PIN_INT3

27 - PIN_INT3

PIN_INT4

28 - PIN_INT4

PIN_INT5_DAC1

29 - PIN_INT5_DAC1

PIN_INT6_USART3

30 - PIN_INT6_USART3

PIN_INT7_USART4

31 - PIN_INT7_USART4

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.