Enum stm32f0xx_hal::stm32::rcc::cfgr::MCO_A[][src]

#[repr(u8)]
pub enum MCO_A {
    HSI14,
    HSI48,
    NOMCO,
    LSI,
    LSE,
    SYSCLK,
    HSI,
    HSE,
    PLL,
}
Expand description

Microcontroller clock output

Value on reset: 0

Variants

HSI14

1: Internal RC 14 MHz (HSI14) oscillator clock selected

HSI48

8: Internal RC 48 MHz (HSI48) oscillator clock selected

NOMCO

0: MCO output disabled, no clock on MCO

LSI

2: Internal low speed (LSI) oscillator clock selected

LSE

3: External low speed (LSE) oscillator clock selected

SYSCLK

4: System clock selected

HSI

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

HSE

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

PLL

7: PLL clock selected (divided by 1 or 2, depending en PLLNODIV)

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

Performs the conversion.

Performs the conversion.

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.