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

Own thread priority

Type: int

Direct dependencies

FXAS21002_TRIGGER_OWN_THREAD && FXAS21002_TRIGGER && FXAS21002 && SENSOR

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

Kconfig definition

At drivers/sensor/fxas21002/Kconfig:79

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → FXAS21002 gyroscope driver

config FXAS21002_THREAD_PRIORITY
    int
    prompt "Own thread priority" if FXAS21002_TRIGGER_OWN_THREAD && FXAS21002_TRIGGER && FXAS21002 && SENSOR
    default 10 if FXAS21002_TRIGGER_OWN_THREAD && FXAS21002_TRIGGER && FXAS21002 && SENSOR
    depends on FXAS21002_TRIGGER_OWN_THREAD && FXAS21002_TRIGGER && FXAS21002 && SENSOR

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