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

pub enum COMBMODER {
    OR,
    MATCH,
    IO,
    AND,
}

Possible values of the field COMBMODE

Variants

OR. The event occurs when either the specified match or I/O condition occurs.

MATCH. Uses the specified match only.

IO. Uses the specified I/O condition only.

AND. The event occurs when the specified match and I/O condition occur simultaneously.

Methods

impl COMBMODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is OR

[src]

Checks if the value of the field is MATCH

[src]

Checks if the value of the field is IO

[src]

Checks if the value of the field is AND

Trait Implementations

impl Clone for COMBMODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for COMBMODER
[src]

impl Debug for COMBMODER
[src]

[src]

Formats the value using the given formatter.

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