Enum efr32xg1::Interrupt[][src]

pub enum Interrupt {
    EMU,
    WDOG0,
    LDMA,
    GPIO_EVEN,
    TIMER0,
    USART0_RX,
    USART0_TX,
    ACMP0,
    ADC0,
    IDAC0,
    I2C0,
    GPIO_ODD,
    TIMER1,
    USART1_RX,
    USART1_TX,
    LEUART0,
    PCNT0,
    CMU,
    MSC,
    CRYPTO,
    LETIMER0,
    RTCC,
    CRYOTIMER,
    FPUEH,
}

Enumeration of all the interrupts

Variants

0 - EMU

2 - WDOG0

8 - LDMA

9 - GPIO_EVEN

10 - TIMER0

11 - USART0_RX

12 - USART0_TX

13 - ACMP0

14 - ADC0

15 - IDAC0

16 - I2C0

17 - GPIO_ODD

18 - TIMER1

19 - USART1_RX

20 - USART1_TX

21 - LEUART0

22 - PCNT0

23 - CMU

24 - MSC

25 - CRYPTO

26 - LETIMER0

29 - RTCC

31 - CRYOTIMER

33 - FPUEH

Trait Implementations

impl Nr for Interrupt
[src]

Returns the number associated with an interrupt

Auto Trait Implementations

impl Send for Interrupt

impl Sync for Interrupt