CONFIG_FXOS8700_THREAD_PRIORITY¶
Own thread priority
Type: int
Direct dependencies¶
FXOS8700_TRIGGER_OWN_THREAD && FXOS8700_TRIGGER && FXOS8700 && SENSOR
(Includes any dependencies from ifs and menus.)
Default¶
- 10 
Kconfig definition¶
At <Zephyr Driver>/sensor/fxos8700/Kconfig:69
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:89
Menu path: (Top) → Device Drivers → Sensor Drivers → FXOS8700 accelerometer/magnetometer driver
config FXOS8700_THREAD_PRIORITY
    int "Own thread priority"
    default 10
    depends on FXOS8700_TRIGGER_OWN_THREAD && FXOS8700_TRIGGER && FXOS8700 && SENSOR
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)