-
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
Default¶
0
Kconfig definition¶
At <Zephyr>/drivers/sensor/iis2iclx/Kconfig:91
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/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 onIIS2ICLX
&&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.)