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

pub enum PPRE2R {
    NODIV,
    DIV2,
    DIV4,
    DIV8,
    DIV16,
    _Reserved(u8),
}
[]

Possible values of the field PPRE2

Variants

[]

HCLK not divided

[]

HCLK divided by 2

[]

HCLK divided by 4

[]

HCLK divided by 8

[]

HCLK divided by 16

[]

Reserved

Methods

impl PPRE2R
[src]

[src]
[]

Value of the field as raw bits

[src]
[]

Checks if the value of the field is NODIV

[src]
[]

Checks if the value of the field is DIV2

[src]
[]

Checks if the value of the field is DIV4

[src]
[]

Checks if the value of the field is DIV8

[src]
[]

Checks if the value of the field is DIV16

Trait Implementations

impl Clone for PPRE2R
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl Copy for PPRE2R
[src]

impl Debug for PPRE2R
[src]

[src]
[]

Formats the value using the given formatter. Read more

impl PartialEq for PPRE2R
[src]

[src]
[]

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

[src]
[]

This method tests for !=.