The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BMC150_MAGN_GPIO_DRDY_INT_PIN

GPIO pin number for the data ready interrupt pin

Type: int

Help

GPIO pin number for the data ready interrupt pin.

Direct dependencies

BMC150_MAGN_TRIGGER_DRDY && BMC150_MAGN && SENSOR

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

Kconfig definition

At drivers/sensor/bmc150_magn/Kconfig:104

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:42

Menu path: (top menu) → Device Drivers → Sensor Drivers → BMC150_MAGN I2C Magnetometer Chip

config BMC150_MAGN_GPIO_DRDY_INT_PIN
    int
    prompt "GPIO pin number for the data ready interrupt pin" if BMC150_MAGN_TRIGGER_DRDY && BMC150_MAGN && SENSOR
    default 3 if BMC150_MAGN_TRIGGER_DRDY && BMC150_MAGN && SENSOR
    depends on BMC150_MAGN_TRIGGER_DRDY && BMC150_MAGN && SENSOR
    help
      GPIO pin number for the data ready interrupt pin.

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