Enum lpc82x::iocon::pio0_25::INVR [] [src]

pub enum INVR {
    INPUT_NOT_INVERTED,
    INPUT_INVERTED_HIGH,
}

Possible values of the field INV

Variants

Input not inverted (HIGH on pin reads as 1; LOW on pin reads as 0).

Input inverted (HIGH on pin reads as 0, LOW on pin reads as 1).

Methods

impl INVR
[src]

[src]

Returns true if the bit is clear (0)

[src]

Returns true if the bit is set (1)

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is INPUT_NOT_INVERTED

[src]

Checks if the value of the field is INPUT_INVERTED_HIGH

Trait Implementations

impl Clone for INVR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for INVR
[src]

impl Debug for INVR
[src]

[src]

Formats the value using the given formatter.

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