Enum efm32gg11b::cmu::ctrl::CLKOUTSEL2_A[][src]

#[repr(u8)]
pub enum CLKOUTSEL2_A {
Show variants DISABLED, ULFRCO, LFRCO, LFXO, HFXODIV2Q, HFXO, HFEXPCLK, HFXOX2Q, ULFRCOQ, LFRCOQ, LFXOQ, HFRCOQ, AUXHFRCOQ, HFXOQ, HFSRCCLK, USHFRCOQ,
}
Expand description

Clock Output Select 2

Value on reset: 0

Variants

DISABLED

0: Disabled

ULFRCO

1: ULFRCO (directly from oscillator)

LFRCO

2: LFRCO (directly from oscillator)

LFXO

3: LFXO (directly from oscillator)

HFXODIV2Q

5: HFXO divided by two (qualified)

HFXO

6: HFXO (directly from oscillator)

HFEXPCLK

7: HFEXPCLK

HFXOX2Q

8: HFXO doubler (qualified) (doubling activated by HFXOX2EN=1)

ULFRCOQ

9: ULFRCO (qualified)

LFRCOQ

10: LFRCO (qualified)

LFXOQ

11: LFXO (qualified)

HFRCOQ

12: HFRCO (qualified)

AUXHFRCOQ

13: AUXHFRCO (qualified)

HFXOQ

14: HFXO (qualified)

HFSRCCLK

15: HFSRCCLK

USHFRCOQ

18: USHFRCO (qualified)

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.