:orphan: .. title:: CONFIG_BMI160_THREAD_PRIORITY .. kconfig:: CONFIG_BMI160_THREAD_PRIORITY CONFIG_BMI160_THREAD_PRIORITY ############################# *Own thread priority* Type: ``int`` Help ==== .. code-block:: none The priority of the thread used for handling interrupts. Direct dependencies =================== \ :kconfig:`BMI160_TRIGGER_OWN_THREAD ` && \ :kconfig:`BMI160 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/sensor/bmi160/Kconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:67`` Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMI160 inertial measurement unit .. code-block:: kconfig config BMI160_THREAD_PRIORITY int "Own thread priority" default 10 depends on BMI160_TRIGGER_OWN_THREAD && BMI160 && SENSOR help The priority of the thread used for handling interrupts. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*