[][src]Enum xmc1100::Interrupt

pub enum Interrupt {
    SCU_0,
    SCU_1,
    SCU_2,
    ERU0_0,
    ERU0_1,
    ERU0_2,
    ERU0_3,
    USIC0_0,
    USIC0_1,
    USIC0_2,
    USIC0_3,
    USIC0_4,
    USIC0_5,
    VADC0_C0_0,
    VADC0_C0_1,
    CCU40_0,
    CCU40_1,
    CCU40_2,
    CCU40_3,
}

Enumeration of all the interrupts

Variants

SCU_0

0 - System Control

SCU_1

1 - System Control

SCU_2

2 - System Control

ERU0_0

3 - External Request Unit 0

ERU0_1

4 - External Request Unit 0

ERU0_2

5 - External Request Unit 0

ERU0_3

6 - External Request Unit 0

USIC0_0

9 - Universal Serial Interface Channel (Module 0)

USIC0_1

10 - Universal Serial Interface Channel (Module 0)

USIC0_2

11 - Universal Serial Interface Channel (Module 0)

USIC0_3

12 - Universal Serial Interface Channel (Module 0)

USIC0_4

13 - Universal Serial Interface Channel (Module 0)

USIC0_5

14 - Universal Serial Interface Channel (Module 0)

VADC0_C0_0

15 - Analog to Digital Converter Common Block 0

VADC0_C0_1

16 - Analog to Digital Converter Common Block 0

CCU40_0

21 - Capture Compare Unit 4 (Module 0)

CCU40_1

22 - Capture Compare Unit 4 (Module 0)

CCU40_2

23 - Capture Compare Unit 4 (Module 0)

CCU40_3

24 - Capture Compare Unit 4 (Module 0)

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.