#[repr(u8)]
pub enum CKOUTSEL_A {
    NONE,
    IRC14M,
    LSI40K,
    LXTAL,
    SYSCLK,
    IRC8M,
    HXTAL,
    PLL,
}
Expand description

CK_OUT Clock Source Selection

Value on reset: 0

Variants

NONE

0: No clock selected

IRC14M

1: Internal 14 MHz RC oscillator clock selected

LSI40K

2: Internal 40 kHz RC oscillator clock selected

LXTAL

3: External low speed oscillator clock selected

SYSCLK

4: System clock selected

IRC8M

5: Internal RC 8 MHz (HSI) oscillator clock selected

HXTAL

6: External 4-32 MHz (HSE) oscillator clock selected

PLL

7: PLL clock selected (divided by 1 or 2, depending on PLLDV)

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

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.