:orphan: .. title:: choice: Accelerometer sampling frequency. .. _choice_226: .. describe:: choice: Accelerometer sampling frequency. *Accelerometer sampling frequency.* Type: ``bool`` Direct dependencies =================== (\ :option:`BMI160_ACCEL_PMU_RUNTIME ` || \ :option:`BMI160_ACCEL_PMU_NORMAL ` || \ :option:`BMI160_ACCEL_PMU_LOW_POWER `) && \ :option:`BMI160 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BMI160_ACCEL_ODR_RUNTIME ` Choice options ============== - \ :option:`BMI160_ACCEL_ODR_RUNTIME ` - \ :option:`BMI160_ACCEL_ODR_25_32 ` - \ :option:`BMI160_ACCEL_ODR_25_16 ` - \ :option:`BMI160_ACCEL_ODR_25_8 ` - \ :option:`BMI160_ACCEL_ODR_25_4 ` - \ :option:`BMI160_ACCEL_ODR_25_2 ` - \ :option:`BMI160_ACCEL_ODR_25 ` - \ :option:`BMI160_ACCEL_ODR_50 ` - \ :option:`BMI160_ACCEL_ODR_100 ` - \ :option:`BMI160_ACCEL_ODR_200 ` - \ :option:`BMI160_ACCEL_ODR_400 ` - \ :option:`BMI160_ACCEL_ODR_800 ` - \ :option:`BMI160_ACCEL_ODR_1600 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bmi160/Kconfig:88`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:67`` Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMI160 inertial measurement unit .. parsed-literal:: choice bool "Accelerometer sampling frequency." default \ :option:`BMI160_ACCEL_ODR_RUNTIME ` depends on (\ :option:`BMI160_ACCEL_PMU_RUNTIME ` || \ :option:`BMI160_ACCEL_PMU_NORMAL ` || \ :option:`BMI160_ACCEL_PMU_LOW_POWER `) && \ :option:`BMI160 ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*