GPIOPinFlags data type

This data type with →named elements is used in the block GPIOSetPinConfig. The usage of this data type depends on the used hardware. Consult the documentation of the corresponding manufacturer.

The named elements of the data type DWORD are:

Named element

Value

Output

2#01

Input

2#10

Open

2#010

PullUp

2#1000

PullDown

2#1100

ActiveLow

2#010000

ActiveHigh

2#100000

The elements can be combined via the operator OR.