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

pub enum ACMP1MODER {
    DISABLE,
    MUX,
    MUXTHRES,
    _Reserved(u8),
}

Possible values of the field ACMP1MODE

Variants

LESENSE does not control ACMP1

LESENSE controls the input mux (POSSEL) of ACMP1

LESENSE controls the input mux and the threshold value (VDDLEVEL) of ACMP1

Reserved

Methods

impl ACMP1MODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DISABLE

[src]

Checks if the value of the field is MUX

[src]

Checks if the value of the field is MUXTHRES

Trait Implementations

impl Clone for ACMP1MODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ACMP1MODER
[src]

impl Debug for ACMP1MODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ACMP1MODER
[src]

[src]

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

[src]

This method tests for !=.