:orphan: .. title:: CONFIG_ESB_TX_FIFO_SIZE .. kconfig:: CONFIG_ESB_TX_FIFO_SIZE CONFIG_ESB_TX_FIFO_SIZE ####################### *TX buffer length* Type: ``int`` Help ==== .. code-block:: none The length of the TX FIFO buffer, in number of elements. Direct dependencies =================== \ :kconfig:`ESB ` *(Includes any dependencies from ifs and menus.)* Default ======= - 8 Kconfig definition ================== At ``/subsys/esb/Kconfig:24`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:14`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Enhanced ShockBurst .. code-block:: kconfig config ESB_TX_FIFO_SIZE int "TX buffer length" default 8 depends on ESB help The length of the TX FIFO buffer, in number of elements. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*