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

pub enum HPRER {
    NODIV,
    DIV2,
    DIV4,
    DIV8,
    DIV16,
    DIV64,
    DIV128,
    DIV256,
    DIV512,
    _Reserved(u8),
}

Possible values of the field HPRE

Variants

SYSCLK not divided

SYSCLK divided by 2

SYSCLK divided by 4

SYSCLK divided by 8

SYSCLK divided by 16

SYSCLK divided by 64

SYSCLK divided by 128

SYSCLK divided by 256

SYSCLK divided by 512

Reserved

Methods

impl HPRER
[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

Checks if the value of the field is DIV64

Checks if the value of the field is DIV128

Checks if the value of the field is DIV256

Checks if the value of the field is DIV512

Trait Implementations

impl Clone for HPRER
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HPRER
[src]

impl Debug for HPRER
[src]

Formats the value using the given formatter. Read more

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

impl Sync for HPRER