-
choice: Accelerometer range setting
Accelerometer range setting
Type: bool
Direct dependencies¶
(BMI160_ACCEL_PMU_RUNTIME
|| BMI160_ACCEL_PMU_NORMAL
|| BMI160_ACCEL_PMU_LOW_POWER
) && BMI160
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
Choice options¶
Kconfig definition¶
At drivers/sensor/bmi160/Kconfig:70
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:48
Menu path: (top menu) → Device Drivers → Sensor Drivers → Bosch BMI160 inertial measurement unit
choice bool prompt "Accelerometer range setting" if (BMI160_ACCEL_PMU_RUNTIME
||BMI160_ACCEL_PMU_NORMAL
||BMI160_ACCEL_PMU_LOW_POWER
) &&BMI160
&&SENSOR
defaultBMI160_ACCEL_RANGE_RUNTIME
if (BMI160_ACCEL_PMU_RUNTIME
||BMI160_ACCEL_PMU_NORMAL
||BMI160_ACCEL_PMU_LOW_POWER
) &&BMI160
&&SENSOR
depends on (BMI160_ACCEL_PMU_RUNTIME
||BMI160_ACCEL_PMU_NORMAL
||BMI160_ACCEL_PMU_LOW_POWER
) &&BMI160
&&SENSOR
(Definitions include propagated dependencies, including from if’s and menus.)