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

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

Possible values of the field SWS

Variants

HSI selected as system clock

HSE selected as system clock

PLL selected as system clock

Reserved

Methods

impl SWSR
[src]

Value of the field as raw bits

Checks if the value of the field is HSI

Checks if the value of the field is HSE

Checks if the value of the field is PLL

Trait Implementations

impl Clone for SWSR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SWSR
[src]

impl Debug for SWSR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for SWSR