:orphan: .. title:: CONFIG_CANOPENNODE_TX_WORKQUEUE_STACK_SIZE .. kconfig:: CONFIG_CANOPENNODE_TX_WORKQUEUE_STACK_SIZE CONFIG_CANOPENNODE_TX_WORKQUEUE_STACK_SIZE ########################################## *Stack size for the CANopen transmit workqueue* *Stack size for the CANopen transmit workqueue* Type: ``int`` Help ==== .. code-block:: none Size of the stack used for the internal CANopen transmit workqueue. Help ==== .. code-block:: none Size of the stack used for the internal CANopen transmit workqueue. Direct dependencies =================== \ :kconfig:`CANOPENNODE ` || (\ :kconfig:`CANOPENNODE ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 320 - 320 Kconfig definitions =================== At ``/modules/canopennode/Kconfig:34`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:44`` Menu path: (Top) → Modules → CANopenNode (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/canopennode) → CANopenNode support .. code-block:: kconfig config CANOPENNODE_TX_WORKQUEUE_STACK_SIZE int "Stack size for the CANopen transmit workqueue" default 320 depends on CANOPENNODE help Size of the stack used for the internal CANopen transmit workqueue. ---- At ``/modules/canopennode/Kconfig:34`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:74`` Menu path: (Top) → Modules → CANopenNode support .. code-block:: kconfig config CANOPENNODE_TX_WORKQUEUE_STACK_SIZE int "Stack size for the CANopen transmit workqueue" default 320 depends on CANOPENNODE && 0 help Size of the stack used for the internal CANopen transmit workqueue. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*