Enum efm32gg11b::cmu::hfxoctrl::LFTIMEOUT_A[][src]

#[repr(u8)]
pub enum LFTIMEOUT_A {
    _0CYCLES,
    _2CYCLES,
    _4CYCLES,
    _16CYCLES,
    _32CYCLES,
    _64CYCLES,
    _1KCYCLES,
    _4KCYCLES,
}
Expand description

HFXO Low Frequency Timeout

Value on reset: 0

Variants

_0CYCLES

0: Timeout period of 0 cycles (disabled)

_2CYCLES

1: Timeout period of 2 cycles

_4CYCLES

2: Timeout period of 4 cycles

_16CYCLES

3: Timeout period of 16 cycles

_32CYCLES

4: Timeout period of 32 cycles

_64CYCLES

5: Timeout period of 64 cycles

_1KCYCLES

6: Timeout period of 1024 cycles

_4KCYCLES

7: Timeout period of 4096 cycles

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.