Enum xmc1000::Interrupt[][src]

pub enum Interrupt {
    SCU_0,
    SCU_1,
    SCU_2,
    ERU0_0,
    ERU0_1,
    ERU0_2,
    ERU0_3,
    MATH0_0,
    USIC0_0,
    USIC0_1,
    USIC0_2,
    USIC0_3,
    USIC0_4,
    USIC0_5,
    VADC0_C0_0,
    VADC0_C0_1,
    VADC0_G0_0,
    VADC0_G0_1,
    VADC0_G1_0,
    VADC0_G1_1,
    CCU40_0,
    CCU40_1,
    CCU40_2,
    CCU40_3,
    CCU80_0,
    CCU80_1,
    POSIF0_0,
    POSIF0_1,
    BCCU0_0,
}

Enumeration of all the interrupts

Variants

0 - System Control

1 - System Control

2 - System Control

3 - External Request Unit 0

4 - External Request Unit 0

5 - External Request Unit 0

6 - External Request Unit 0

7 - MATH Unit 0

9 - Universal Serial Interface Channel (Module 0)

10 - Universal Serial Interface Channel (Module 0)

11 - Universal Serial Interface Channel (Module 0)

12 - Universal Serial Interface Channel (Module 0)

13 - Universal Serial Interface Channel (Module 0)

14 - Universal Serial Interface Channel (Module 0)

15 - Analog to Digital Converter Common Block 0

16 - Analog to Digital Converter Common Block 0

17 - Analog to Digital Converter Group 0

18 - Analog to Digital Converter Group 0

19 - Analog to Digital Converter Group 1

20 - Analog to Digital Converter Group 1

21 - Capture Compare Unit 4 (Module 0)

22 - Capture Compare Unit 4 (Module 0)

23 - Capture Compare Unit 4 (Module 0)

24 - Capture Compare Unit 4 (Module 0)

25 - Capture Compare Unit 8 (Module 0)

26 - Capture Compare Unit 8 (Module 0)

27 - Position Interface (Module 0)

28 - Position Interface (Module 0)

31 - Brightness and Color Control Unit 0

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