:orphan: .. title:: choice: Acceleration measurement range .. _choice_255: .. describe:: choice: Acceleration measurement range *Acceleration measurement range* Type: ``bool`` Help ==== Initial measurement full scale range for acceleration values. Direct dependencies =================== \ :option:`LIS2DH ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LIS2DH_ACCEL_RANGE_RUNTIME ` Choice options ============== - \ :option:`LIS2DH_ACCEL_RANGE_RUNTIME ` - \ :option:`LIS2DH_ACCEL_RANGE_2G ` - \ :option:`LIS2DH_ACCEL_RANGE_4G ` - \ :option:`LIS2DH_ACCEL_RANGE_8G ` - \ :option:`LIS2DH_ACCEL_RANGE_16G ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lis2dh/Kconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:111`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer .. parsed-literal:: choice bool "Acceleration measurement range" default \ :option:`LIS2DH_ACCEL_RANGE_RUNTIME ` depends on \ :option:`LIS2DH ` && \ :option:`SENSOR ` help Initial measurement full scale range for acceleration values. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*