Enum efr32xg12p::acmp0::ctrl::PWRSELR [] [src]

pub enum PWRSELR {
    AVDD,
    VREGVDD,
    IOVDD0,
    IOVDD1,
    _Reserved(u8),
}

Possible values of the field PWRSEL

Variants

AVDD supply

VREGVDD supply

IOVDD/IOVDD0 supply

IOVDD1 supply (if part has two I/O voltages)

Reserved

Methods

impl PWRSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is AVDD

[src]

Checks if the value of the field is VREGVDD

[src]

Checks if the value of the field is IOVDD0

[src]

Checks if the value of the field is IOVDD1

Trait Implementations

impl Clone for PWRSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PWRSELR
[src]

impl Debug for PWRSELR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PWRSELR
[src]

[src]

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

[src]

This method tests for !=.