#[repr(u32)]
pub enum ADC14IV_A {
Show 39 variants ADC14IV_0, ADC14IV_2, ADC14IV_4, ADC14IV_6, ADC14IV_8, ADC14IV_10, ADC14IV_12, ADC14IV_14, ADC14IV_16, ADC14IV_18, ADC14IV_20, ADC14IV_22, ADC14IV_24, ADC14IV_26, ADC14IV_28, ADC14IV_30, ADC14IV_32, ADC14IV_34, ADC14IV_36, ADC14IV_38, ADC14IV_40, ADC14IV_42, ADC14IV_44, ADC14IV_46, ADC14IV_48, ADC14IV_50, ADC14IV_52, ADC14IV_54, ADC14IV_56, ADC14IV_58, ADC14IV_60, ADC14IV_62, ADC14IV_64, ADC14IV_66, ADC14IV_68, ADC14IV_70, ADC14IV_72, ADC14IV_74, ADC14IV_76,
}
Expand description

ADC14 interrupt vector value

Value on reset: 0

Variants

ADC14IV_0

0: No interrupt pending

ADC14IV_2

2: Interrupt Source: ADC14MEMx overflow; Interrupt Flag: ADC14OVIFG; Interrupt Priority: Highest

ADC14IV_4

4: Interrupt Source: Conversion time overflow; Interrupt Flag: ADC14TOVIFG

ADC14IV_6

6: Interrupt Source: ADC14 window high interrupt flag; Interrupt Flag: ADC14HIIFG

ADC14IV_8

8: Interrupt Source: ADC14 window low interrupt flag; Interrupt Flag: ADC14LOIFG

ADC14IV_10

10: Interrupt Source: ADC14 in-window interrupt flag; Interrupt Flag: ADC14INIFG

ADC14IV_12

12: Interrupt Source: ADC14MEM0 interrupt flag; Interrupt Flag: ADC14IFG0

ADC14IV_14

14: Interrupt Source: ADC14MEM1 interrupt flag; Interrupt Flag: ADC14IFG1

ADC14IV_16

16: Interrupt Source: ADC14MEM2 interrupt flag; Interrupt Flag: ADC14IFG2

ADC14IV_18

18: Interrupt Source: ADC14MEM3 interrupt flag; Interrupt Flag: ADC14IFG3

ADC14IV_20

20: Interrupt Source: ADC14MEM4 interrupt flag; Interrupt Flag: ADC14IFG4

ADC14IV_22

22: Interrupt Source: ADC14MEM5 interrupt flag; Interrupt Flag: ADC14IFG5

ADC14IV_24

24: Interrupt Source: ADC14MEM6 interrupt flag; Interrupt Flag: ADC14IFG6

ADC14IV_26

26: Interrupt Source: ADC14MEM7 interrupt flag; Interrupt Flag: ADC14IFG7

ADC14IV_28

28: Interrupt Source: ADC14MEM8 interrupt flag; Interrupt Flag: ADC14IFG8

ADC14IV_30

30: Interrupt Source: ADC14MEM9 interrupt flag; Interrupt Flag: ADC14IFG9

ADC14IV_32

32: Interrupt Source: ADC14MEM10 interrupt flag; Interrupt Flag: ADC14IFG10

ADC14IV_34

34: Interrupt Source: ADC14MEM11 interrupt flag; Interrupt Flag: ADC14IFG11

ADC14IV_36

36: Interrupt Source: ADC14MEM12 interrupt flag; Interrupt Flag: ADC14IFG12

ADC14IV_38

38: Interrupt Source: ADC14MEM13 interrupt flag; Interrupt Flag: ADC14IFG13

ADC14IV_40

40: Interrupt Source: ADC14MEM14 interrupt flag; Interrupt Flag: ADC14IFG14

ADC14IV_42

42: Interrupt Source: ADC14MEM15 interrupt flag; Interrupt Flag: ADC14IFG15

ADC14IV_44

44: Interrupt Source: ADC14MEM16 interrupt flag; Interrupt Flag: ADC14IFG16

ADC14IV_46

46: Interrupt Source: ADC14MEM17 interrupt flag; Interrupt Flag: ADC14IFG17

ADC14IV_48

48: Interrupt Source: ADC14MEM18 interrupt flag; Interrupt Flag: ADC14IFG18

ADC14IV_50

50: Interrupt Source: ADC14MEM19 interrupt flag; Interrupt Flag: ADC14IFG19

ADC14IV_52

52: Interrupt Source: ADC14MEM20 interrupt flag; Interrupt Flag: ADC14IFG20

ADC14IV_54

54: Interrupt Source: ADC14MEM22 interrupt flag; Interrupt Flag: ADC14IFG22

ADC14IV_56

56: Interrupt Source: ADC14MEM22 interrupt flag; Interrupt Flag: ADC14IFG22

ADC14IV_58

58: Interrupt Source: ADC14MEM23 interrupt flag; Interrupt Flag: ADC14IFG23

ADC14IV_60

60: Interrupt Source: ADC14MEM24 interrupt flag; Interrupt Flag: ADC14IFG24

ADC14IV_62

62: Interrupt Source: ADC14MEM25 interrupt flag; Interrupt Flag: ADC14IFG25

ADC14IV_64

64: Interrupt Source: ADC14MEM26 interrupt flag; Interrupt Flag: ADC14IFG26

ADC14IV_66

66: Interrupt Source: ADC14MEM27 interrupt flag; Interrupt Flag: ADC14IFG27

ADC14IV_68

68: Interrupt Source: ADC14MEM28 interrupt flag; Interrupt Flag: ADC14IFG28

ADC14IV_70

70: Interrupt Source: ADC14MEM29 interrupt flag; Interrupt Flag: ADC14IFG29

ADC14IV_72

72: Interrupt Source: ADC14MEM30 interrupt flag; Interrupt Flag: ADC14IFG30

ADC14IV_74

74: Interrupt Source: ADC14MEM31 interrupt flag; Interrupt Flag: ADC14IFG31

ADC14IV_76

76: Interrupt Source: ADC14RDYIFG interrupt flag; Interrupt Flag: ADC14RDYIFG; Interrupt Priority: Lowest

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.