Enum efr32xg12p::emu::dcdclpem01cfg::LPCMPBIASEM01R [] [src]

pub enum LPCMPBIASEM01R {
    BIAS0,
    BIAS1,
    BIAS2,
    BIAS3,
}

Possible values of the field LPCMPBIASEM01

Variants

Maximum load current less than 75uA.

Maximum load current less than 500uA.

Maximum load current less than 2.5mA.

Maximum load current less than 10mA.

Methods

impl LPCMPBIASEM01R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is BIAS0

[src]

Checks if the value of the field is BIAS1

[src]

Checks if the value of the field is BIAS2

[src]

Checks if the value of the field is BIAS3

Trait Implementations

impl Clone for LPCMPBIASEM01R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LPCMPBIASEM01R
[src]

impl Debug for LPCMPBIASEM01R
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for LPCMPBIASEM01R
[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 !=.