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

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

Values that can be written to the field O3RES

Variants

No change.

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

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

Toggle output.