-
CONFIG_BMI160_THREAD_PRIORITY
¶
Own thread priority
Type: int
Help¶
The priority of the thread used for handling interrupts.
Direct dependencies¶
BMI160
&& BMI160_TRIGGER_OWN_THREAD
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- 10 if
BMI160
&&BMI160_TRIGGER_OWN_THREAD
&&SENSOR
Kconfig definition¶
At drivers/sensor/bmi160/Kconfig:65
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_THREAD_PRIORITY int prompt "Own thread priority" ifBMI160
&&BMI160_TRIGGER_OWN_THREAD
&&SENSOR
default 10 ifBMI160
&&BMI160_TRIGGER_OWN_THREAD
&&SENSOR
depends onBMI160
&&BMI160_TRIGGER_OWN_THREAD
&&SENSOR
help The priority of the thread used for handling interrupts.
(Definitions include propagated dependencies, including from if’s and menus.)