Enum stm32f40x::gpioa::moder::MODER15R [] [src]

pub enum MODER15R {
    INPUT,
    OUTPUT,
    ALTERNATE,
    ANALOG,
}

Possible values of the field MODER15

Variants

Input mode(reset state)

General purpose output mode

Alternate function mode

Analog mode

Methods

impl MODER15R
[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 ALTERNATE

[src]

Checks if the value of the field is ANALOG

Trait Implementations

impl Clone for MODER15R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MODER15R
[src]

impl Debug for MODER15R
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for MODER15R
[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 !=.