Enum efm32gg11b::cmu::hfxoctrl1::PEAKDETTHR_A[][src]

#[repr(u8)]
pub enum PEAKDETTHR_A {
    THR0,
    THR1,
    THR2,
    THR3,
    THR4,
    THR5,
    THR6,
    THR7,
}
Expand description

Sets the Amplitude Detection Level (mV)

Value on reset: 2

Variants

THR0

0: 50mV amplitude detection level

THR1

1: 75mV amplitude detection level

THR2

2: 115mV amplitude detection level

THR3

3: 160mV amplitude detection level

THR4

4: 220mV amplitude detection level

THR5

5: 260mV amplitude detection level

THR6

6: 320mV amplitude detection level

THR7

7: Same as THR6

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.