Enum efr32x12p::vdac0::opa0_ctrl::DRIVESTRENGTHR [] [src]

pub enum DRIVESTRENGTHR {
    _0,
    _1,
    _2,
    _3,
}

Possible values of the field DRIVESTRENGTH

Variants

Lower accuracy with Low drive strength.

Low accuracy with Low drive strength.

High accuracy with High drive strength.

Higher accuracy with High drive strength.

Methods

impl DRIVESTRENGTHR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _0

[src]

Checks if the value of the field is _1

[src]

Checks if the value of the field is _2

[src]

Checks if the value of the field is _3

Trait Implementations

impl Clone for DRIVESTRENGTHR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DRIVESTRENGTHR
[src]

impl Debug for DRIVESTRENGTHR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DRIVESTRENGTHR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.