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]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is INPUT

[src]

Checks if the value of the field is OUTPUT

[src]

Checks if the value of the field is OUTPUT2

[src]

Checks if the value of the field is OUTPUT50

Trait Implementations

impl Clone for MODE0R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MODE0R
[src]

impl Debug for MODE0R
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for MODE0R
[src]

[src]

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

1.0.0
[src]

This method tests for !=.