!gpiokd.gpioext

The !gpiokd.gpioext extension displays information about a GPIO controller.

!gpiokd.gpioext ExtensionAddress [Flags]

Parameters

ExtensionAddress
Address of the _DEVICE_EXTENSION structure that represents the GPIO controller.

Flags
Flags that specify which information is displayed. This parameter is a bitwise OR of one or more of the following flags.

Flag Description

0x1

Displays the pin table for each bank.

0x2

If bit 0 (0x1) is set and this flag (0x2) is set, the display includes the Enable and Mask registers for each bank.

0x4

If bit 0 (0x1) is set and this flag (0x4) is set, the display includes unconfigured pins.

DLL

Gpiokd.dll

See also

GPIO Extensions