#[repr(u8)]
pub enum VPT_A {
Show 32 variants MINUS6_4, MINUS6_0, MINUS5_6, MINUS5_2, MINUS4_8, MINUS4_4, MINUS4_0, MINUS3_6, MINUS3_2, MINUS2_8, MINUS2_4, MINUS2_0, MINUS1_6, MINUS1_2, MINUS0_8, MINUS0_4, ZERO, PLUS0_4, PLUS0_8, PLUS1_2, PLUS1_6, PLUS2_4, PLUS2_0, PLUS2_8, PLUS3_2, PLUS3_6, PLUS4_0, PLUS4_4, PLUS4_8, PLUS5_2, PLUS5_6, PLUS6_0,
}
Expand description

Voltage precision tirm

Value on reset: 16

Variants

MINUS6_4

0: Trim -6.4%

MINUS6_0

1: Trim -6.0%

MINUS5_6

2: Trim -5.6%

MINUS5_2

3: Trim -5.2%

MINUS4_8

4: Trim -4.8%

MINUS4_4

5: Trim -4.4%

MINUS4_0

6: Trim -4.0%

MINUS3_6

7: Trim -3.6%

MINUS3_2

8: Trim -3.2%

MINUS2_8

9: Trim -2.8%

MINUS2_4

10: Trim -2.4%

MINUS2_0

11: Trim -2.0%

MINUS1_6

12: Trim -1.6%

MINUS1_2

13: Trim -1.2%

MINUS0_8

14: Trim -0.8%

MINUS0_4

15: Trim -0.4%

ZERO

16: Trim 0%

PLUS0_4

17: Trim +0.4%

PLUS0_8

18: Trim +0.8%

PLUS1_2

19: Trim +1.2%

PLUS1_6

20: Trim +1.6%

PLUS2_4

22: Trim +2.4%

PLUS2_0

21: Trim +2.0%

PLUS2_8

23: Trim +2.8%

PLUS3_2

24: Trim +3.2%

PLUS3_6

25: Trim +3.6%

PLUS4_0

26: Trim +4.0%

PLUS4_4

27: Trim +4.4%

PLUS4_8

28: Trim +4.8%

PLUS5_2

29: Trim +5.2%

PLUS5_6

30: Trim +5.6%

PLUS6_0

31: Trim +6.0%

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

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.