pub enum PLLMULR {
Show 16 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, _Reserved(u8),
}
Expand description

Possible values of 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

§

_Reserved(u8)

Reserved

Implementations§

Value of the field as raw bits

Checks if the value of the field is MUL_2

Checks if the value of the field is MUL_3

Checks if the value of the field is MUL_4

Checks if the value of the field is MUL_5

Checks if the value of the field is MUL_6

Checks if the value of the field is MUL_7

Checks if the value of the field is MUL_8

Checks if the value of the field is MUL_9

Checks if the value of the field is MUL_10

Checks if the value of the field is MUL_11

Checks if the value of the field is MUL_12

Checks if the value of the field is MUL_13

Checks if the value of the field is MUL_14

Checks if the value of the field is MUL_15

Checks if the value of the field is MUL_16

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 !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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.