Enum efr32x12p::lesense::ch12_eval::MODER [] [src]

pub enum MODER {
    THRES,
    SLIDINGWIN,
    STEPDET,
    _Reserved(u8),
}

Possible values of the field MODE

Variants

Threshold comparison is used to evaluate sensor result

Sliding window is used to evaluate sensor result

Step detection is used to evaluate sensor result

Reserved

Methods

impl MODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is THRES

[src]

Checks if the value of the field is SLIDINGWIN

[src]

Checks if the value of the field is STEPDET

Trait Implementations

impl Clone for MODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MODER
[src]

impl Debug for MODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for MODER
[src]

[src]

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

[src]

This method tests for !=.