Click or drag to resize

PinAction Enumeration

Defines how an associated mask-value is to be applied to a given set of I/O Pins.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public enum PinAction
Members
Member nameDescription
Clear For each 1-bit in the mask-value, the corresponding pin is made logically cleared/off/false.
Toggle For each 1-bit in the mask-value, the corresponding pin is put into the opposite logical state.
Set For each 1-bit in the mask-value, the corresponding pin is made logically set/on/true.
Write Each bit in the mask-value is written to the corresponding pin: 0 = cleared/off/false, 1 = set/on/true.
Remarks
See Also