[][src]Enum efm32hg309f64::Interrupt

pub enum Interrupt {
    DMA,
    GPIO_EVEN,
    TIMER0,
    ACMP0,
    ADC0,
    I2C0,
    GPIO_ODD,
    TIMER1,
    USART1_RX,
    USART1_TX,
    LEUART0,
    PCNT0,
    RTC,
    CMU,
    VCMP,
    MSC,
    AES,
    USART0_RX,
    USART0_TX,
    USB,
    TIMER2,
}

Enumeration of all the interrupts

Variants

DMA

0 - DMA

GPIO_EVEN

1 - GPIO_EVEN

TIMER0

2 - TIMER0

ACMP0

3 - ACMP0

ADC0

4 - ADC0

I2C0

5 - I2C0

GPIO_ODD

6 - GPIO_ODD

TIMER1

7 - TIMER1

USART1_RX

8 - USART1_RX

USART1_TX

9 - USART1_TX

LEUART0

10 - LEUART0

PCNT0

11 - PCNT0

RTC

12 - RTC

CMU

13 - CMU

VCMP

14 - VCMP

MSC

15 - MSC

AES

16 - AES

USART0_RX

17 - USART0_RX

USART0_TX

18 - USART0_TX

USB

19 - USB

TIMER2

20 - TIMER2

Trait Implementations

impl Debug for Interrupt[src]

impl Copy for Interrupt[src]

impl Clone for Interrupt[src]

impl Nr for Interrupt[src]

Auto Trait Implementations

impl Unpin for Interrupt

impl Send for Interrupt

impl Sync for Interrupt

Blanket Implementations

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

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