-
CONFIG_BMG160_THREAD_PRIORITY
¶
Own thread priority
Type: int
Help¶
The priority of the thread used for handling interrupts.
Direct dependencies¶
BMG160
&& BMG160_TRIGGER_OWN_THREAD
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- 10 if
BMG160
&&BMG160_TRIGGER_OWN_THREAD
&&SENSOR
Kconfig definition¶
At drivers/sensor/bmg160/Kconfig:76
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:56
Menu path: (top menu) → Device Drivers → Sensor Drivers → Bosch BMG160 gyroscope support
config BMG160_THREAD_PRIORITY int prompt "Own thread priority" ifBMG160
&&BMG160_TRIGGER_OWN_THREAD
&&SENSOR
default 10 ifBMG160
&&BMG160_TRIGGER_OWN_THREAD
&&SENSOR
depends onBMG160
&&BMG160_TRIGGER_OWN_THREAD
&&SENSOR
help The priority of the thread used for handling interrupts.
(Definitions include propagated dependencies, including from if’s and menus.)