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]

Value of the field as raw bits

Checks if the value of the field is PUSH

Checks if the value of the field is OPEN

Checks if the value of the field is ALTPUSH

Checks if the value of the field is ALTOPEN

Trait Implementations

impl Clone for CNF0R
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CNF0R
[src]

impl Debug for CNF0R
[src]

Formats the value using the given formatter. Read more

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

impl Sync for CNF0R