Enum stm32f0xx::rcc::apb1rstr::I2c2rstR [] [src]

pub enum I2c2rstR {
    NoEffect,
    Reset,
}

Possible values of the field I2C2RST

Variants

No effect.

Carry out the reset action.

Methods

impl I2c2rstR
[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 I2c2rstR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for I2c2rstR
[src]

impl Debug for I2c2rstR
[src]

Formats the value using the given formatter.

impl PartialEq for I2c2rstR
[src]

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

This method tests for !=.