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

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

Values that can be written to the field O0RES

Variants

No change.

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

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

Toggle output.