:orphan: .. title:: BMI160_THREAD_PRIORITY .. option:: CONFIG_BMI160_THREAD_PRIORITY *Own thread priority* Type: ``int`` Help ==== The priority of the thread used for handling interrupts. Direct dependencies =================== \ :option:`BMI160_TRIGGER_OWN_THREAD ` && \ :option:`BMI160 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bmi160/Kconfig:36`` 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:: config BMI160_THREAD_PRIORITY int "Own thread priority" default 10 depends on \ :option:`BMI160_TRIGGER_OWN_THREAD ` && \ :option:`BMI160 ` && \ :option:`SENSOR ` help The priority of the thread used for handling interrupts. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*