pub enum THRESHOLDVDDHR {
Show 16 variants V27, V28, V29, V30, V31, V32, V33, V34, V35, V36, V37, V38, V39, V40, V41, V42,
}
Expand description

Possible values of the field THRESHOLDVDDH

Variants

V27

Set threshold to 2.7 V

V28

Set threshold to 2.8 V

V29

Set threshold to 2.9 V

V30

Set threshold to 3.0 V

V31

Set threshold to 3.1 V

V32

Set threshold to 3.2 V

V33

Set threshold to 3.3 V

V34

Set threshold to 3.4 V

V35

Set threshold to 3.5 V

V36

Set threshold to 3.6 V

V37

Set threshold to 3.7 V

V38

Set threshold to 3.8 V

V39

Set threshold to 3.9 V

V40

Set threshold to 4.0 V

V41

Set threshold to 4.1 V

V42

Set threshold to 4.2 V

Implementations

Value of the field as raw bits

Checks if the value of the field is V27

Checks if the value of the field is V28

Checks if the value of the field is V29

Checks if the value of the field is V30

Checks if the value of the field is V31

Checks if the value of the field is V32

Checks if the value of the field is V33

Checks if the value of the field is V34

Checks if the value of the field is V35

Checks if the value of the field is V36

Checks if the value of the field is V37

Checks if the value of the field is V38

Checks if the value of the field is V39

Checks if the value of the field is V40

Checks if the value of the field is V41

Checks if the value of the field is V42

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 !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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.

Should always be Self
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.