pin_config_param_type Enum

Header: #include <linux/gpio.h>

The possible units for the current that drives a GPIO pin.

enum pin_config_param_type {
    GPIO_PIN_CONFIG_DRIVE_STRENGTH = 0x9,
    GPIO_PIN_CONFIG_DRIVE_STRENGTH_UA = 0xA,
};

Values

GPIO_PIN_CONFIG_DRIVE_STRENGTH

The current in mA (milliamps).

GPIO_PIN_CONFIG_DRIVE_STRENGTH_UA

The current in uA (microamps).