-
CONFIG_BMI160_SPI_BUS_FREQ
¶
BMI160 SPI bus speed in Hz
Type: int
Help¶
This is the maximum supported SPI bus frequency. The chip supports a frequency up to 10MHz.
Kconfig definition¶
At drivers/sensor/bmi160/Kconfig:34
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
config BMI160_SPI_BUS_FREQ int prompt "BMI160 SPI bus speed in Hz" ifBMI160
&&SENSOR
default 640000 ifBMI160
&&SENSOR
depends onBMI160
&&SENSOR
help This is the maximum supported SPI bus frequency. The chip supports a frequency up to 10MHz.
(Definitions include propagated dependencies, including from if’s and menus.)