Enum lpc11uxx::Interrupt

source ·
pub enum Interrupt {
Show 25 variants PIN_INT0, PIN_INT1, PIN_INT2, PIN_INT3, PIN_INT4, PIN_INT5, PIN_INT6, PIN_INT7, GINT0, GINT1, SSP1, I2C, CT16B0, CT16B1, CT32B0, CT32B1, SSP0, USART, USB_IRQ, USB_FIQ, ADC, WDT, BOD_IRQ, FLASH_IRQ, USBWAKEUP,
}
Expand description

Enumeration of all the interrupts

Variants§

§

PIN_INT0

0 - PIN_INT0

§

PIN_INT1

1 - PIN_INT1

§

PIN_INT2

2 - PIN_INT2

§

PIN_INT3

3 - PIN_INT3

§

PIN_INT4

4 - PIN_INT4

§

PIN_INT5

5 - PIN_INT5

§

PIN_INT6

6 - PIN_INT6

§

PIN_INT7

7 - PIN_INT7

§

GINT0

8 - GINT0

§

GINT1

9 - GINT1

§

SSP1

14 - SSP1

§

I2C

15 - I2C

§

CT16B0

16 - CT16B0

§

CT16B1

17 - CT16B1

§

CT32B0

18 - CT32B0

§

CT32B1

19 - CT32B1

§

SSP0

20 - SSP0

§

USART

21 - USART

§

USB_IRQ

22 - USB_IRQ

§

USB_FIQ

23 - USB_FIQ

§

ADC

24 - ADC

§

WDT

25 - WDT

§

BOD_IRQ

26 - BOD_IRQ

§

FLASH_IRQ

27 - FLASH_IRQ

§

USBWAKEUP

30 - USBWAKEUP

Trait Implementations§

Returns the number associated with an interrupt

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.

Should always be Self
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.