:orphan: .. title:: choice: Acceleration measurement range .. _choice_204: .. describe:: choice: Acceleration measurement range *Acceleration measurement range* Type: ``bool`` Help ==== Measurement range for acceleration values. Direct dependencies =================== \ :option:`BMA280 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BMA280_PMU_RANGE_2G ` Choice options ============== - \ :option:`BMA280_PMU_RANGE_2G ` - \ :option:`BMA280_PMU_RANGE_4G ` - \ :option:`BMA280_PMU_RANGE_8G ` - \ :option:`BMA280_PMU_RANGE_16G ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bma280/Kconfig:53`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:57`` Menu path: (Top) → Device Drivers → Sensor Drivers → BMA280 Three Axis Accelerometer Family .. parsed-literal:: choice bool "Acceleration measurement range" default \ :option:`BMA280_PMU_RANGE_2G ` depends on \ :option:`BMA280 ` && \ :option:`SENSOR ` help Measurement range for acceleration values. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*