:orphan: .. title:: CONFIG_CAN_LOOPBACK_TX_THREAD_STACK_SIZE .. kconfig:: CONFIG_CAN_LOOPBACK_TX_THREAD_STACK_SIZE CONFIG_CAN_LOOPBACK_TX_THREAD_STACK_SIZE ######################################## *TX thread stack size* Type: ``int`` Help ==== .. code-block:: none Stack size 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 ======= - 256 Kconfig definition ================== At ``/can/Kconfig.loopback:27`` 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_STACK_SIZE int "TX thread stack size" default 256 depends on CAN_LOOPBACK && CAN help Stack size 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.)*