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

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

Values that can be written to the field O5RES

Variants

No change.

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

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

Toggle output.