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_TRIGGER && SENSOR_SIM && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • 10

Kconfig definition

At <nRF>/drivers/sensor/sensor_sim/Kconfig:69

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:27<nRF>/drivers/Kconfig:12<nRF>/drivers/sensor/Kconfig:15

Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers → Sensor Drivers → Sensor simulator → Sensor simulator trigger

config SENSOR_SIM_THREAD_PRIORITY
    int "Thread priority"
    default 10
    depends on SENSOR_SIM_TRIGGER && SENSOR_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.)