CONFIG_LM77_TRIGGER_THREAD_PRIO

Priority for the trigger workqueue thread

Type: int

Help

Priority level for the internal trigger workqueue thread.

Direct dependencies

LM77_TRIGGER && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At <Zephyr>/drivers/sensor/lm77/Kconfig:33

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:64<Zephyr>/drivers/sensor/Kconfig:137

Menu path: (Top) → Device Drivers → Sensor Drivers → LM77 Temperature Sensor → Trigger support

config LM77_TRIGGER_THREAD_PRIO
    int "Priority for the trigger workqueue thread"
    default 0
    depends on LM77_TRIGGER && SENSOR
    help
      Priority level for the internal trigger workqueue thread.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)