Enum efr32xg12p::lesense::ch3_eval::STRSAMPLER [] [src]

pub enum STRSAMPLER {
    DISABLE,
    DATA,
    DATASRC,
    _Reserved(u8),
}

Possible values of the field STRSAMPLE

Variants

Nothing will be stored in the result buffer.

The sensor sample data will be stored in the result buffer.

The data source (i.e., the channel) will be stored alongside the sensor sample data.

Reserved

Methods

impl STRSAMPLER
[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 DATA

[src]

Checks if the value of the field is DATASRC

Trait Implementations

impl Clone for STRSAMPLER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for STRSAMPLER
[src]

impl Debug for STRSAMPLER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for STRSAMPLER
[src]

[src]

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

[src]

This method tests for !=.