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]

Value of the field as raw bits

Checks if the value of the field is MUL2

Checks if the value of the field is MUL3

Checks if the value of the field is MUL4

Checks if the value of the field is MUL5

Checks if the value of the field is MUL6

Checks if the value of the field is MUL7

Checks if the value of the field is MUL8

Checks if the value of the field is MUL9

Checks if the value of the field is MUL10

Checks if the value of the field is MUL11

Checks if the value of the field is MUL12

Checks if the value of the field is MUL13

Checks if the value of the field is MUL14

Checks if the value of the field is MUL15

Checks if the value of the field is MUL16

Trait Implementations

impl Clone for PLLMULR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PLLMULR
[src]

impl Debug for PLLMULR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for PLLMULR
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for PLLMULR

impl Sync for PLLMULR