Enum efr32x12p::csen::emactrl::EMASAMPLER [] [src]

pub enum EMASAMPLER {
    W1,
    W2,
    W4,
    W8,
    W16,
    W32,
    W64,
    _Reserved(u8),
}

Possible values of the field EMASAMPLE

Variants

EMA weight (N) is 1.

EMA weight (N) is 2.

EMA weight (N) is 4.

EMA weight (N) is 8.

EMA weight (N) is 16.

EMA weight (N) is 32.

EMA weight (N) is 64.

Reserved

Methods

impl EMASAMPLER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is W1

[src]

Checks if the value of the field is W2

[src]

Checks if the value of the field is W4

[src]

Checks if the value of the field is W8

[src]

Checks if the value of the field is W16

[src]

Checks if the value of the field is W32

[src]

Checks if the value of the field is W64

Trait Implementations

impl Clone for EMASAMPLER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EMASAMPLER
[src]

impl Debug for EMASAMPLER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for EMASAMPLER
[src]

[src]

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

[src]

This method tests for !=.