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

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

Values that can be written to 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.