Enum efr32xg12p::lesense::perctrl::WARMUPMODER [] [src]

pub enum WARMUPMODER {
    NORMAL,
    KEEPACMPWARM,
    KEEPDACWARM,
    KEEPACMPDACWARM,
}

Possible values of the field WARMUPMODE

Variants

The analog comparators and VDAC are shut down when LESENSE is idle

The analog comparators are kept powered up when LESENSE is idle

The VDAC is kept powered up when LESENSE is idle

The analog comparators and VDAC are kept powered up when LESENSE is idle

Methods

impl WARMUPMODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NORMAL

[src]

Checks if the value of the field is KEEPACMPWARM

[src]

Checks if the value of the field is KEEPDACWARM

[src]

Checks if the value of the field is KEEPACMPDACWARM

Trait Implementations

impl Clone for WARMUPMODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for WARMUPMODER
[src]

impl Debug for WARMUPMODER
[src]

[src]

Formats the value using the given formatter.

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