The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_IIS2ICLX_ACCEL_FS

Accelerometer full-scale range

Type: int

Help

Specify the default accelerometer full-scale range. An X value for the config represents a range of +/- X G. Valid values are: 0: Full Scale selected at runtime 500: +/- 500mg 1000: +/- 1g 2000: +/- 2g 3000: +/- 3g

Direct dependencies

IIS2ICLX && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At drivers/sensor/iis2iclx/Kconfig:91

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:62drivers/sensor/Kconfig:101

Menu path: (Top) → Device Drivers → Sensor Drivers → IIS2ICLX I2C/SPI accelerometer Chip → Attributes

config IIS2ICLX_ACCEL_FS
    int "Accelerometer full-scale range"
    default 0
    depends on IIS2ICLX && SENSOR
    help
      Specify the default accelerometer full-scale range.
      An X value for the config represents a range of +/- X G. Valid values
      are:
      0:  Full Scale selected at runtime
      500:  +/- 500mg
      1000: +/- 1g
      2000: +/- 2g
      3000: +/- 3g

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