:orphan: .. title:: CONFIG_CAN_LOOPBACK_TX_THREAD_PRIORITY .. kconfig:: CONFIG_CAN_LOOPBACK_TX_THREAD_PRIORITY CONFIG_CAN_LOOPBACK_TX_THREAD_PRIORITY ###################################### *TX thread priority* Type: ``int`` Help ==== .. code-block:: none Priority of the TX thread. The TX thread calls the callbacks of the receiver if the filter matches. Direct dependencies =================== \ :kconfig:`CAN_LOOPBACK ` && \ :kconfig:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/can/Kconfig.loopback:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:82`` → ``/can/Kconfig:95`` Menu path: (Top) → Device Drivers → CAN Drivers → Loopback CAN driver .. code-block:: kconfig config CAN_LOOPBACK_TX_THREAD_PRIORITY int "TX thread priority" default 2 depends on CAN_LOOPBACK && 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.)*