:orphan: .. title:: ISOTP_WORKQUEUE_PRIO .. option:: 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. Direct dependencies =================== \ :option:`ISOTP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``subsys/canbus/isotp/Kconfig:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:11`` → ``subsys/canbus/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → ISO-TP Transport [EXPERIMENTAL] .. parsed-literal:: config ISOTP_WORKQUEUE_PRIO int "Priority level of the RX and TX work queue" default 2 depends on \ :option:`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.)*