Enum lpc82x::sct::res::O1RESW [] [src]

pub enum O1RESW {
    NO_CHANGE,
    SET_OUTPUT_OR_CLEAR,
    CLEAR_OUTPUT_OR_SET,
    TOGGLE_OUTPUT,
}

Values that can be written to the field O1RES

Variants

No change.

Set output (or clear based on the SETCLR1 field).

Clear output (or set based on the SETCLR1 field).

Toggle output.