-
CONFIG_SENSOR_SIM_THREAD_PRIORITY
¶
Thread priority
Type: int
Help¶
Priority of thread used by the driver to handle interrupts.
Direct dependencies¶
SENSOR_SIM_TRIGGER
&& SENSOR_SIM
&& SENSOR
(Includes any dependencies from ifs and menus.)
Default¶
10
Kconfig definition¶
At <nRF>/drivers/sensor/sensor_sim/Kconfig:92
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:28
→ <nRF>/drivers/Kconfig:13
→ <nRF>/drivers/sensor/Kconfig:15
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers → Sensor Drivers → Sensor simulator → Sensor simulator trigger
config SENSOR_SIM_THREAD_PRIORITY int "Thread priority" default 10 depends onSENSOR_SIM_TRIGGER
&&SENSOR_SIM
&&SENSOR
help Priority of thread used by the driver to handle interrupts.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)