[][src]Enum lpc82x_pac::Interrupt

pub enum Interrupt {
    SPI0,
    SPI1,
    UART0,
    UART1,
    UART2,
    I2C1,
    I2C0,
    SCT,
    MRT,
    CMP,
    WDT,
    BOD,
    FLASH,
    WKT,
    ADC_SEQA,
    ADC_SEQB,
    ADC_THCMP,
    ADC_OVR,
    DMA,
    I2C2,
    I2C3,
    PIN_INT0,
    PIN_INT1,
    PIN_INT2,
    PIN_INT3,
    PIN_INT4,
    PIN_INT5,
    PIN_INT6,
    PIN_INT7,
}

Enumeration of all the interrupts

Variants

SPI0

0 - SPI0

SPI1

1 - SPI1

UART0

3 - UART0

UART1

4 - UART1

UART2

5 - UART2

I2C1

7 - I2C1

I2C0

8 - I2C0

SCT

9 - SCT

MRT

10 - MRT

CMP

11 - CMP

WDT

12 - WDT

BOD

13 - BOD

FLASH

14 - FLASH

WKT

15 - WKT

ADC_SEQA

16 - ADC_SEQA

ADC_SEQB

17 - ADC_SEQB

ADC_THCMP

18 - ADC_THCMP

ADC_OVR

19 - ADC_OVR

DMA

20 - DMA

I2C2

21 - I2C2

I2C3

22 - I2C3

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

29 - PIN_INT5

PIN_INT6

30 - PIN_INT6

PIN_INT7

31 - PIN_INT7

Trait Implementations

impl Nr for Interrupt[src]

Auto Trait Implementations

impl Send for Interrupt

impl Sync for Interrupt

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]