Enum lpc82x::sct::ev_ctrl::IOCONDR [] [src]

pub enum IOCONDR {
    LOW,
    RISE,
    FALL,
    HIGH,
}

Possible values of the field IOCOND

Variants

LOW

Rise

Fall

HIGH

Methods

impl IOCONDR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is LOW

[src]

Checks if the value of the field is RISE

[src]

Checks if the value of the field is FALL

[src]

Checks if the value of the field is HIGH

Trait Implementations

impl Clone for IOCONDR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for IOCONDR
[src]

impl Debug for IOCONDR
[src]

[src]

Formats the value using the given formatter.

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