Enum efr32x12p::lesense::ch13_interact::SAMPLER [] [src]

pub enum SAMPLER {
    ACMPCOUNT,
    ACMP,
    ADC,
    ADCDIFF,
}

Possible values of the field SAMPLE

Variants

Counter output will be used in evaluation

ACMP output will be used in evaluation

ADC output will be used in evaluation

Differential ADC output will be used in evaluation

Methods

impl SAMPLER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is ACMPCOUNT

[src]

Checks if the value of the field is ACMP

[src]

Checks if the value of the field is ADC

[src]

Checks if the value of the field is ADCDIFF

Trait Implementations

impl Clone for SAMPLER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SAMPLER
[src]

impl Debug for SAMPLER
[src]

[src]

Formats the value using the given formatter.

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