#[repr(u8)]
pub enum SELM_A {
    SELM_0,
    SELM_1,
    SELM_2,
    SELM_3,
    SELM_4,
    SELM_5,
    SELM_6,
    SELM_7,
}
Expand description

Selects the MCLK source

Value on reset: 3

Variants

SELM_0

0: when LFXT available, otherwise REFOCLK

SELM_1

1: 1

SELM_2

2: 10

SELM_3

3: 11

SELM_4

4: 100

SELM_5

5: when HFXT available, otherwise DCOCLK

SELM_6

6: when HFXT2 available, otherwise DCOCLK

SELM_7

7: for future use. Defaults to DCOCLK. Not recommended for use to ensure future compatibilities.

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

Converts to this type from the input type.

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.