-
choice: Accelerometer sampling frequency.
Accelerometer sampling frequency.
Type: bool
Direct dependencies¶
BMI160
&& (BMI160_ACCEL_PMU_RUNTIME
|| BMI160_ACCEL_PMU_NORMAL
|| BMI160_ACCEL_PMU_LOW_POWER
) && SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
Choice options¶
Kconfig definition¶
At drivers/sensor/bmi160/Kconfig:137
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:58
Menu path: (top menu) → Device Drivers → Sensor Drivers → Bosch BMI160 inertial measurement unit
choice bool prompt "Accelerometer sampling frequency." ifBMI160
&& (BMI160_ACCEL_PMU_RUNTIME
||BMI160_ACCEL_PMU_NORMAL
||BMI160_ACCEL_PMU_LOW_POWER
) &&SENSOR
defaultBMI160_ACCEL_ODR_RUNTIME
ifBMI160
&& (BMI160_ACCEL_PMU_RUNTIME
||BMI160_ACCEL_PMU_NORMAL
||BMI160_ACCEL_PMU_LOW_POWER
) &&SENSOR
depends onBMI160
&& (BMI160_ACCEL_PMU_RUNTIME
||BMI160_ACCEL_PMU_NORMAL
||BMI160_ACCEL_PMU_LOW_POWER
) &&SENSOR
(Definitions include propagated dependencies, including from if’s and menus.)