[][src]Enum lpc81x_hal::Interrupt

pub enum Interrupt {
    SPI0,
    SPI1,
    UART0,
    UART1,
    UART2,
    I2C,
    SCT,
    MRT,
    CMP,
    WDT,
    BOD,
    FLASH_IRQ,
    WKT,
    PININT0,
    PININT1,
    PININT2,
    PININT3,
    PININT4,
    PININT5,
    PININT6,
    PININT7,
}

Enumeration of all the interrupts

Variants

SPI0

0 - SPI0

SPI1

1 - SPI1

UART0

3 - UART0

UART1

4 - UART1

UART2

5 - UART2

I2C

8 - I2C

SCT

9 - SCT

MRT

10 - MRT

CMP

11 - CMP

WDT

12 - WDT

BOD

13 - BOD

FLASH_IRQ

14 - FLASH_IRQ

WKT

15 - WKT

PININT0

24 - PININT0

PININT1

25 - PININT1

PININT2

26 - PININT2

PININT3

27 - PININT3

PININT4

28 - PININT4

PININT5

29 - PININT5

PININT6

30 - PININT6

PININT7

31 - PININT7

Trait Implementations

impl Clone for Interrupt[src]

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

Performs copy-assignment from source. Read more

impl Debug for Interrupt[src]

impl Copy for Interrupt[src]

impl Nr for Interrupt[src]

Auto Trait Implementations

impl Send for Interrupt

impl Sync for Interrupt

impl Unpin 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