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

pub enum LserdyR {
    NotReady,
    Ready,
}

Possible values of the field LSERDY

Variants

Not ready.

ready.

Methods

impl LserdyR
[src]

Value of the field as raw bits

Checks if the value of the field is NotReady

Checks if the value of the field is Ready

Trait Implementations

impl Clone for LserdyR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LserdyR
[src]

impl Debug for LserdyR
[src]

Formats the value using the given formatter.

impl PartialEq for LserdyR
[src]

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

This method tests for !=.