CONFIG_HTS221_GPIO_PIN_NUM

Interrupt GPIO pin number

Type: int

Help

The number of the GPIO on which the interrupt signal from the HTS221 chip will be received.

Direct dependencies

HTS221 && HTS221_TRIGGER && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/hts221/Kconfig:66

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:76

Menu path: (top menu) → Device Drivers → Sensor Drivers

config HTS221_GPIO_PIN_NUM
    int
    prompt "Interrupt GPIO pin number" if HTS221 && HTS221_TRIGGER && SENSOR
    default 0 if HTS221 && HTS221_TRIGGER && SENSOR
    depends on HTS221 && HTS221_TRIGGER && SENSOR
    help
      The number of the GPIO on which the interrupt signal from the HTS221
      chip will be received.

(Definitions include propagated dependencies, including from if’s and menus.)