[][src]Enum mkl25z4::Interrupt

#[repr(u8)]
pub enum Interrupt {
    DMA0,
    DMA1,
    DMA2,
    DMA3,
    FTFA,
    LVD_LVW,
    LLWU,
    I2C0,
    I2C1,
    SPI0,
    SPI1,
    UART0,
    UART1,
    UART2,
    ADC0,
    CMP0,
    TPM0,
    TPM1,
    TPM2,
    RTC,
    RTC_SECONDS,
    PIT,
    USB0,
    DAC0,
    TSI0,
    MCG,
    LPTMR0,
    PORTA,
    PORTD,
}

Enumeration of all the interrupts

Variants

DMA0

0 - DMA0

DMA1

1 - DMA1

DMA2

2 - DMA2

DMA3

3 - DMA3

FTFA

5 - FTFA

LVD_LVW

6 - LVD_LVW

LLWU

7 - LLWU

I2C0

8 - I2C0

I2C1

9 - I2C1

SPI0

10 - SPI0

SPI1

11 - SPI1

UART0

12 - UART0

UART1

13 - UART1

UART2

14 - UART2

ADC0

15 - ADC0

CMP0

16 - CMP0

TPM0

17 - TPM0

TPM1

18 - TPM1

TPM2

19 - TPM2

RTC

20 - RTC

RTC_SECONDS

21 - RTC_Seconds

PIT

22 - PIT

USB0

24 - USB0

DAC0

25 - DAC0

TSI0

26 - TSI0

MCG

27 - MCG

LPTMR0

28 - LPTMR0

PORTA

30 - PORTA

PORTD

31 - PORTD

Trait Implementations

impl Clone for Interrupt[src]

impl Copy for Interrupt[src]

impl Debug 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> Any for T where
    T: 'static + ?Sized
[src]

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.