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]

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 SWR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SWR
[src]

impl Debug for SWR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for SWR