[]Enum nucleo_f042k6::stm32::rcc::cfgr::PLLMULR

pub enum PLLMULR {
    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),
}

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

Methods

impl PLLMULR

pub fn bits(&self) -> u8

Value of the field as raw bits

pub fn is_mul_2(&self) -> bool

Checks if the value of the field is MUL_2

pub fn is_mul_3(&self) -> bool

Checks if the value of the field is MUL_3

pub fn is_mul_4(&self) -> bool

Checks if the value of the field is MUL_4

pub fn is_mul_5(&self) -> bool

Checks if the value of the field is MUL_5

pub fn is_mul_6(&self) -> bool

Checks if the value of the field is MUL_6

pub fn is_mul_7(&self) -> bool

Checks if the value of the field is MUL_7

pub fn is_mul_8(&self) -> bool

Checks if the value of the field is MUL_8

pub fn is_mul_9(&self) -> bool

Checks if the value of the field is MUL_9

pub fn is_mul_10(&self) -> bool

Checks if the value of the field is MUL_10

pub fn is_mul_11(&self) -> bool

Checks if the value of the field is MUL_11

pub fn is_mul_12(&self) -> bool

Checks if the value of the field is MUL_12

pub fn is_mul_13(&self) -> bool

Checks if the value of the field is MUL_13

pub fn is_mul_14(&self) -> bool

Checks if the value of the field is MUL_14

pub fn is_mul_15(&self) -> bool

Checks if the value of the field is MUL_15

pub fn is_mul_16(&self) -> bool

Checks if the value of the field is MUL_16

Trait Implementations

impl PartialEq<PLLMULR> for PLLMULR

impl Clone for PLLMULR

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PLLMULR

impl Debug for PLLMULR

Auto Trait Implementations

impl Send for PLLMULR

impl Sync for PLLMULR

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]