CONFIG_BMI160_GPIO_PIN_NUM

Interrupt GPIO pin number

Type: int

Help

The number of the GPIO pin which is connected to BMI160 interrupt pin.

Direct dependencies

BMI160 && BMI160_TRIGGER && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/bmi160/Kconfig:87

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → Bosch BMI160 inertial measurement unit

config BMI160_GPIO_PIN_NUM
    int
    prompt "Interrupt GPIO pin number" if BMI160 && BMI160_TRIGGER && SENSOR
    default 4 if BMI160 && BMI160_TRIGGER && SENSOR
    depends on BMI160 && BMI160_TRIGGER && SENSOR
    help
      The number of the GPIO pin which is connected to BMI160 interrupt pin.

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