The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_BMG160_THREAD_PRIORITY

Own thread priority

Type: int

Help

The priority of the thread used for handling interrupts.

Direct dependencies

BMG160_TRIGGER_OWN_THREAD && BMG160 && SENSOR

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/sensor/bmg160/Kconfig:72

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:46

Menu path: (top menu) → Device Drivers → Sensor Drivers → Bosch BMG160 gyroscope support

config BMG160_THREAD_PRIORITY
    int
    prompt "Own thread priority" if BMG160_TRIGGER_OWN_THREAD && BMG160 && SENSOR
    default 10 if BMG160_TRIGGER_OWN_THREAD && BMG160 && SENSOR
    depends on BMG160_TRIGGER_OWN_THREAD && BMG160 && SENSOR
    help
      The priority of the thread used for handling interrupts.

(Definitions include propagated dependencies, including from if’s and menus.)