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

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

Possible values of the field ACMP0MODE

Variants

LESENSE does not control ACMP0

LESENSE controls the input mux (POSSEL) of ACMP0

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

Reserved

Methods

impl ACMP0MODER
[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 ACMP0MODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ACMP0MODER
[src]

impl Debug for ACMP0MODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ACMP0MODER
[src]

[src]

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

[src]

This method tests for !=.