Enum stm32f103xx::gpioa::crl::MODE0R[][src]

pub enum MODE0R {
    INPUT,
    OUTPUT,
    OUTPUT2,
    OUTPUT50,
}

Possible values of the field MODE0

Variants

Input mode

Output mode 10 MHz

Output mode 2 MHz

Output mode 50 MHz

Methods

impl MODE0R
[src]

Value of the field as raw bits

Checks if the value of the field is INPUT

Checks if the value of the field is OUTPUT

Checks if the value of the field is OUTPUT2

Checks if the value of the field is OUTPUT50

Trait Implementations

impl Clone for MODE0R
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MODE0R
[src]

impl Debug for MODE0R
[src]

Formats the value using the given formatter. Read more

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

impl Sync for MODE0R