Enum mkw41z::gpioa::pdor::PDOR [] [src]

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

Possible values of the field PDO

Variants

Logic level 0 is driven on pin, provided pin is configured for general-purpose output.

Logic level 1 is driven on pin, provided pin is configured for general-purpose output.

Reserved

Methods

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PDOR
[src]

impl Debug for PDOR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for PDOR