choice ISM330DHCX_INT_PIN: Sensor INT pin number

Sensor INT pin number

Type: bool

Help

The number of ISM330DHCX int pin used to generate interrupt to cpu. Supported values are int1 or int2

Direct dependencies

ISM330DHCX_TRIGGER && ISM330DHCX && SENSOR

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/sensor/ism330dhcx/Kconfig:56

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:107

Menu path: (Top) → Device Drivers → Sensor Drivers → ISM330DHCX I2C/SPI accelerometer and gyroscope Chip

choice ISM330DHCX_INT_PIN
    bool "Sensor INT pin number"
    default ISM330DHCX_INT_PIN_1
    depends on ISM330DHCX_TRIGGER && ISM330DHCX && SENSOR
    help
      The number of ISM330DHCX int pin used to generate interrupt to cpu.
      Supported values are int1 or int2

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)