Enum efr32xg12p::csen::ctrl::ACUR [] [src]

pub enum ACUR {
    ACC1,
    ACC2,
    ACC4,
    ACC8,
    ACC16,
    ACC32,
    ACC64,
    _Reserved(u8),
}

Possible values of the field ACU

Variants

Accumulate 1 sample.

Accumulate 2 sample.

Accumulate 4 sample.

Accumulate 8 sample.

Accumulate 16 sample.

Accumulate 32 sample.

Accumulate 64 sample.

Reserved

Methods

impl ACUR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is ACC1

[src]

Checks if the value of the field is ACC2

[src]

Checks if the value of the field is ACC4

[src]

Checks if the value of the field is ACC8

[src]

Checks if the value of the field is ACC16

[src]

Checks if the value of the field is ACC32

[src]

Checks if the value of the field is ACC64

Trait Implementations

impl Clone for ACUR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ACUR
[src]

impl Debug for ACUR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ACUR
[src]

[src]

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

[src]

This method tests for !=.