-
CONFIG_WIFI_ESP_AT_WORKQ_THREAD_PRIORITY
¶
Priority of work queue thread
Type: int
Help¶
Priority of thread used for processing driver work queue items.
Default¶
7
Kconfig definition¶
At <Zephyr>/drivers/wifi/esp_at/Kconfig.esp_at:39
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:76
→ <Zephyr>/drivers/wifi/Kconfig:35
Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif AT Command support
config WIFI_ESP_AT_WORKQ_THREAD_PRIORITY
int "Priority of work queue thread"
default 7
depends on WIFI_ESP_AT && WIFI
help
Priority of thread used for processing driver work queue items.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)