#[repr(u8)]
pub enum PLL2MUL_A {
    Mul8,
    Mul9,
    Mul10,
    Mul11,
    Mul12,
    Mul13,
    Mul14,
    Mul16,
    Mul20,
}
Expand description

PLL2 Multiplication Factor

Value on reset: 0

Variants

Mul8

6: PLL clock entry x8

Mul9

7: PLL clock entry x9

Mul10

8: PLL clock entry x10

Mul11

9: PLL clock entry x11

Mul12

10: PLL clock entry x12

Mul13

11: PLL clock entry x13

Mul14

12: PLL clock entry x14

Mul16

14: PLL clock entry x16

Mul20

15: PLL clock entry x20

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.