:orphan: .. title:: CAN_LOOPBACK_TX_THREAD_PRIORITY .. option:: CONFIG_CAN_LOOPBACK_TX_THREAD_PRIORITY *TX thread priority* Type: ``int`` Help ==== Priority of the TX thread. The TX thread calls the callbacks of the receiver if the filter matches. Direct dependencies =================== \ :option:`CAN_LOOPBACK ` && \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``drivers/can/Kconfig.loopback:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:80`` → ``drivers/can/Kconfig:68`` Menu path: (Top) → Device Drivers → CAN Drivers → Loopback CAN driver .. parsed-literal:: config CAN_LOOPBACK_TX_THREAD_PRIORITY int "TX thread priority" default 2 depends on \ :option:`CAN_LOOPBACK ` && \ :option:`CAN ` help Priority of the TX thread. The TX thread calls the callbacks of the receiver if the filter matches. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*