CONFIG_ADXL372_I2C_ADDR

I2C address for ADXL372

Type: hex

Help

I2C address of the ADXL372 sensor.

0x1D: if MISO is pulled low 0x53: if MISO is pulled high

Direct dependencies

ADXL372_I2C && !HAS_DTS_I2C_DEVICE && ADXL372 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/adxl372/Kconfig:38

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer

config ADXL372_I2C_ADDR
    hex
    prompt "I2C address for ADXL372" if ADXL372_I2C && !HAS_DTS_I2C_DEVICE && ADXL372 && SENSOR
    default 0x1D if ADXL372_I2C && !HAS_DTS_I2C_DEVICE && ADXL372 && SENSOR
    depends on ADXL372_I2C && !HAS_DTS_I2C_DEVICE && ADXL372 && SENSOR
    help
      I2C address of the ADXL372 sensor.

      0x1D: if MISO is pulled low
      0x53: if MISO is pulled high

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