Enumerazione pin_config_param_typepin_config_param_type Enum
Intestazione: #include <applibs/gpio.h>Header: #include <applibs/gpio.h>
Unità possibili per l'oggetto corrente che guida un pin GPIO.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,
};
ValoriValues
GPIO_PIN_CONFIG_DRIVE_STRENGTHGPIO_PIN_CONFIG_DRIVE_STRENGTH
Oggetto corrente in mA (milliampere).The current in mA (milliamps).
GPIO_PIN_CONFIG_DRIVE_STRENGTH_UAGPIO_PIN_CONFIG_DRIVE_STRENGTH_UA
Oggetto corrente in uA (microamps).The current in uA (microamps).