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

pub enum SWR {
    HSI,
    HSE,
    PLL,
    _Reserved(u8),
}

Possible values of the field SW

Variants

HSI selected as system clock

HSE selected as system clock

PLL selected as system clock

Reserved

Methods

impl SWR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is HSI

[src]

Checks if the value of the field is HSE

[src]

Checks if the value of the field is PLL

Trait Implementations

impl Clone for SWR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SWR
[src]

impl Debug for SWR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for SWR
[src]

[src]

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

[src]

This method tests for !=.