pub enum PLLMULW {
Show 15 variants MUL_2, MUL_3, MUL_4, MUL_5, MUL_6, MUL_7, MUL_8, MUL_9, MUL_10, MUL_11, MUL_12, MUL_13, MUL_14, MUL_15, MUL_16,
}
Expand description

Values that can be written to the field PLLMUL

Variants

MUL_2

PLL input clock x2

MUL_3

PLL input clock x3

MUL_4

PLL input clock x4

MUL_5

PLL input clock x5

MUL_6

PLL input clock x6

MUL_7

PLL input clock x7

MUL_8

PLL input clock x8

MUL_9

PLL input clock x9

MUL_10

PLL input clock x10

MUL_11

PLL input clock x11

MUL_12

PLL input clock x12

MUL_13

PLL input clock x13

MUL_14

PLL input clock x14

MUL_15

PLL input clock x15

MUL_16

PLL input clock x16

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.

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.