Enum mkw41z::Interrupt [] [src]

pub enum Interrupt {
    DMA0,
    DMA1,
    DMA2,
    DMA3,
    FTFA,
    LVD_LVW_DCDC,
    LLWU,
    I2C0,
    I2C1,
    SPI0,
    TSI0,
    LPUART0,
    TRNG0,
    CMT,
    ADC0,
    CMP0,
    TPM0,
    TPM1,
    TPM2,
    RTC,
    RTC_SECONDS,
    PIT,
    LTC0,
    DAC0,
    MCG,
    LPTMR0,
    SPI1,
    PORTA,
    PORTB_PORTC,
}

Enumeration of all the interrupts

Variants

0 - DMA0

1 - DMA1

2 - DMA2

3 - DMA3

5 - FTFA

6 - LVD_LVW_DCDC

7 - LLWU

8 - I2C0

9 - I2C1

10 - SPI0

11 - TSI0

12 - LPUART0

13 - TRNG0

14 - CMT

15 - ADC0

16 - CMP0

17 - TPM0

18 - TPM1

19 - TPM2

20 - RTC

21 - RTC_Seconds

22 - PIT

23 - LTC0

25 - DAC0

27 - MCG

28 - LPTMR0

29 - SPI1

30 - PORTA

31 - PORTB_PORTC

Trait Implementations

impl Nr for Interrupt
[src]

[src]

Returns the number associated with an interrupt

impl TryFrom<u8> for Interrupt
[src]

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

The type returned in the event of a conversion error.

[src]

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

Performs the conversion.

Auto Trait Implementations

impl Send for Interrupt

impl Sync for Interrupt