Enum mkw41z::gpioa::pdir::PDIR [] [src]

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

Possible values of the field PDI

Variants

Pin logic level is logic 0, or is not configured for use by digital function.

Pin logic level is logic 1.

Reserved

Methods

impl PDIR
[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 PDIR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PDIR
[src]

impl Debug for PDIR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for PDIR