Enum efr32xg12p::emu::dcdcmiscctrl::LPCMPBIASEM234HR [] [src]

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

Possible values of the field LPCMPBIASEM234H

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 LPCMPBIASEM234HR
[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 LPCMPBIASEM234HR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LPCMPBIASEM234HR
[src]

impl Debug for LPCMPBIASEM234HR
[src]

[src]

Formats the value using the given formatter.

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