Enum stm32f0x2::gpioa::pupdr::PUPDR15R [] [src]

pub enum PUPDR15R {
    NOPULL,
    PULLUP,
    PULLDOWN,
}

Possible values of the field PUPDR15

Variants

No pull-up, pull-down

Pull-up

Pull-down

Methods

impl PUPDR15R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NOPULL

[src]

Checks if the value of the field is PULLUP

[src]

Checks if the value of the field is PULLDOWN

Trait Implementations

impl Clone for PUPDR15R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PUPDR15R
[src]

impl Debug for PUPDR15R
[src]

[src]

Formats the value using the given formatter.

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