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

pub enum BdrstR {
    NoEffect,
    Reset,
}

Possible values of the field BDRST

Variants

No effect.

Carry out the reset action.

Methods

impl BdrstR
[src]

Value of the field as raw bits

Checks if the value of the field is NoEffect

Checks if the value of the field is Reset

Trait Implementations

impl Clone for BdrstR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BdrstR
[src]

impl Debug for BdrstR
[src]

Formats the value using the given formatter.

impl PartialEq for BdrstR
[src]

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

This method tests for !=.