Enum stm32f0xx::rcc::bdcr::LsebypR [] [src]

pub enum LsebypR {
    NotBypassed,
    Bypassed,
}

Possible values of the field LSEBYP

Variants

Not bypassed.

Bypassed.

Methods

impl LsebypR
[src]

Value of the field as raw bits

Checks if the value of the field is NotBypassed

Checks if the value of the field is Bypassed

Trait Implementations

impl Clone for LsebypR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LsebypR
[src]

impl Debug for LsebypR
[src]

Formats the value using the given formatter.

impl PartialEq for LsebypR
[src]

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

This method tests for !=.