GPIO_PIN_CONFIG_TYPE enumeration (pep_x.h)

The GPIO_PIN_CONFIG_TYPE enumeration describes a connection IO resource.

Syntax

typedef enum _GPIO_PIN_CONFIG_TYPE {
  PullDefault,
  PullUp,
  PullDown,
  PullNone
} GPIO_PIN_CONFIG_TYPE;

Constants

 
PullDefault
Indicates that no configuration is applied to this pin.
PullUp
Indicates that this pin is configured to use a pull-up resistor.
PullDown
Indicates that this pin is configured to use a pull-down resistor.
PullNone
Indicates that this pin is not configured to use a pull-up or pull-down resistor.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 10.
Header pep_x.h (include Pep_x.h)