[][src]Enum lpc82x_pac::Interrupt

pub enum Interrupt {
    SPI0,
    SPI1,
    USART0,
    USART1,
    USART2,
    I2C1,
    I2C0,
    SCT0,
    MRT0,
    CMP,
    WDT,
    BOD,
    FLASH,
    WKT,
    ADC0_SEQA,
    ADC0_SEQB,
    ADC0_THCMP,
    ADC0_OVR,
    DMA0,
    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

USART0

3 - USART0

USART1

4 - USART1

USART2

5 - USART2

I2C1

7 - I2C1

I2C0

8 - I2C0

SCT0

9 - SCT0

MRT0

10 - MRT0

CMP

11 - CMP

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

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 Debug for Interrupt[src]

impl Copy for Interrupt[src]

impl Clone for Interrupt[src]

impl Nr for Interrupt[src]

Auto Trait Implementations

impl Unpin for Interrupt

impl Send for Interrupt

impl Sync for Interrupt

Blanket Implementations

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

The type returned in the event of a conversion error.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self