Enum efm32gg11b::cmu::lfxoctrl::TIMEOUT_A[][src]

#[repr(u8)]
pub enum TIMEOUT_A {
    _2CYCLES,
    _256CYCLES,
    _1KCYCLES,
    _2KCYCLES,
    _4KCYCLES,
    _8KCYCLES,
    _16KCYCLES,
    _32KCYCLES,
}
Expand description

LFXO Timeout

Value on reset: 7

Variants

_2CYCLES

0: Timeout period of 2 cycles

_256CYCLES

1: Timeout period of 256 cycles

_1KCYCLES

2: Timeout period of 1024 cycles

_2KCYCLES

3: Timeout period of 2048 cycles

_4KCYCLES

4: Timeout period of 4096 cycles

_8KCYCLES

5: Timeout period of 8192 cycles

_16KCYCLES

6: Timeout period of 16384 cycles

_32KCYCLES

7: Timeout period of 32768 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.