Enum mkw41z::gpioa::pddr::PDDR [] [src]

pub enum PDDR {
    _0,
    _1,
    _Reserved(u32),
}

Possible values of the field PDD

Variants

Pin is configured as general-purpose input, for the GPIO function.

Pin is configured as general-purpose output, for the GPIO function.

Reserved

Methods

impl PDDR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _0

[src]

Checks if the value of the field is _1

Trait Implementations

impl Clone for PDDR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PDDR
[src]

impl Debug for PDDR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for PDDR
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for PDDR

impl Sync for PDDR