-
CONFIG_ISOTP_WORKQUEUE_PRIO
¶
Priority level of the RX and TX work queue
Type: int
Help¶
This value defines the priority level of the work queue thread that
handles flow control, consecutive sending, receiving and callbacks.
Default¶
2
Kconfig definition¶
At <Zephyr>/subsys/canbus/isotp/Kconfig:66
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:11
→ <Zephyr>/subsys/canbus/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → ISO-TP Transport [EXPERIMENTAL]
config ISOTP_WORKQUEUE_PRIO
int "Priority level of the RX and TX work queue"
default 2
depends on ISOTP
help
This value defines the priority level of the work queue thread that
handles flow control, consecutive sending, receiving and callbacks.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)