[][src]Enum lpc11xx::Interrupt

pub enum Interrupt {
    PIO0_0,
    PIO0_1,
    PIO0_2,
    PIO0_3,
    PIO0_4,
    PIO0_5,
    PIO0_6,
    PIO0_7,
    PIO0_8,
    PIO0_9,
    PIO0_10,
    PIO0_11,
    PIO1_0,
    C_CAN,
    SPI1,
    I2C,
    CT16B0,
    CT16B1,
    CT32B0,
    CT32B1,
    SPI0,
    UART,
    ADC,
    WDT,
    BOD,
    FMC,
    GPIO3,
    GPIO2,
    GPIO1,
    GPIO0,
}

Enumeration of all the interrupts

Variants

PIO0_0

0 - PIO0_0

PIO0_1

1 - PIO0_1

PIO0_2

2 - PIO0_2

PIO0_3

3 - PIO0_3

PIO0_4

4 - PIO0_4

PIO0_5

5 - PIO0_5

PIO0_6

6 - PIO0_6

PIO0_7

7 - PIO0_7

PIO0_8

8 - PIO0_8

PIO0_9

9 - PIO0_9

PIO0_10

10 - PIO0_10

PIO0_11

11 - PIO0_11

PIO1_0

12 - PIO1_0

C_CAN

13 - C_CAN

SPI1

14 - SPI1

I2C

15 - I2C

CT16B0

16 - CT16B0

CT16B1

17 - CT16B1

CT32B0

18 - CT32B0

CT32B1

19 - CT32B1

SPI0

20 - SPI0

UART

21 - UART

ADC

24 - ADC

WDT

25 - WDT

BOD

26 - BOD

FMC

27 - FMC

GPIO3

28 - GPIO3

GPIO2

29 - GPIO2

GPIO1

30 - GPIO1

GPIO0

31 - GPIO0

Trait Implementations

impl Debug for Interrupt[src]

impl Copy for Interrupt[src]

impl Clone for Interrupt[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Nr for Interrupt[src]

Auto Trait Implementations

impl Unpin for Interrupt

impl Send for Interrupt

impl Sync for Interrupt

Blanket Implementations

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> From<T> for 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