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

pub enum CNF0R {
    PUSH,
    OPEN,
    ALTPUSH,
    ALTOPEN,
}

Possible values of the field CNF0

Variants

Push-Pull mode

Open Drain-Mode

Alternate Function Push-Pull Mode

Alternate Function Open-Drain Mode

Methods

impl CNF0R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is PUSH

[src]

Checks if the value of the field is OPEN

[src]

Checks if the value of the field is ALTPUSH

[src]

Checks if the value of the field is ALTOPEN

Trait Implementations

impl Clone for CNF0R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CNF0R
[src]

impl Debug for CNF0R
[src]

[src]

Formats the value using the given formatter. Read more

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