#[repr(u8)]
pub enum PLLMUL_A {
Show 16 variants Mul2, Mul3, Mul4, Mul5, Mul6, Mul7, Mul8, Mul9, Mul10, Mul11, Mul12, Mul13, Mul14, Mul15, Mul16, Mul16x,
}
Expand description

PLL Multiplication Factor

Value on reset: 0

Variants

Mul2

0: PLL input clock x2

Mul3

1: PLL input clock x3

Mul4

2: PLL input clock x4

Mul5

3: PLL input clock x5

Mul6

4: PLL input clock x6

Mul7

5: PLL input clock x7

Mul8

6: PLL input clock x8

Mul9

7: PLL input clock x9

Mul10

8: PLL input clock x10

Mul11

9: PLL input clock x11

Mul12

10: PLL input clock x12

Mul13

11: PLL input clock x13

Mul14

12: PLL input clock x14

Mul15

13: PLL input clock x15

Mul16

14: PLL input clock x16

Mul16x

15: PLL input clock x16

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.