Enum stm32f103xx::rcc::cfgr::PLLMULR [] [src]

pub enum PLLMULR {
    MUL2,
    MUL3,
    MUL4,
    MUL5,
    MUL6,
    MUL7,
    MUL8,
    MUL9,
    MUL10,
    MUL11,
    MUL12,
    MUL13,
    MUL14,
    MUL15,
    MUL16,
    _Reserved(u8),
}

Possible values of the field PLLMUL

Variants

PLL input clock x 2

PLL input clock x 3

PLL input clock x 4

PLL input clock x 5

PLL input clock x 6

PLL input clock x 7

PLL input clock x 8

PLL input clock x 9

PLL input clock x 10

PLL input clock x 11

PLL input clock x 12

PLL input clock x 13

PLL input clock x 14

PLL input clock x 15

PLL input clock x 16

Reserved

Methods

impl PLLMULR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is MUL2

[src]

Checks if the value of the field is MUL3

[src]

Checks if the value of the field is MUL4

[src]

Checks if the value of the field is MUL5

[src]

Checks if the value of the field is MUL6

[src]

Checks if the value of the field is MUL7

[src]

Checks if the value of the field is MUL8

[src]

Checks if the value of the field is MUL9

[src]

Checks if the value of the field is MUL10

[src]

Checks if the value of the field is MUL11

[src]

Checks if the value of the field is MUL12

[src]

Checks if the value of the field is MUL13

[src]

Checks if the value of the field is MUL14

[src]

Checks if the value of the field is MUL15

[src]

Checks if the value of the field is MUL16

Trait Implementations

impl Clone for PLLMULR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PLLMULR
[src]

impl Debug for PLLMULR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for PLLMULR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.