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

pub enum PPRE1R {
    NODIV,
    DIV2,
    DIV4,
    DIV8,
    DIV16,
    _Reserved(u8),
}

Possible values of the field PPRE1

Variants

HCLK not divided

HCLK divided by 2

HCLK divided by 4

HCLK divided by 8

HCLK divided by 16

Reserved

Methods

impl PPRE1R
[src]

Value of the field as raw bits

Checks if the value of the field is NODIV

Checks if the value of the field is DIV2

Checks if the value of the field is DIV4

Checks if the value of the field is DIV8

Checks if the value of the field is DIV16

Trait Implementations

impl Clone for PPRE1R
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PPRE1R
[src]

impl Debug for PPRE1R
[src]

Formats the value using the given formatter. Read more

impl PartialEq for PPRE1R
[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 PPRE1R

impl Sync for PPRE1R