CONFIG_ESB_TX_FIFO_SIZE

TX buffer length

Type: int

Help

The length of the TX FIFO buffer, in number of elements.

Direct dependencies

ESB

(Includes any dependencies from ifs and menus.)

Default

  • 8

Kconfig definition

At <nRF>/subsys/esb/Kconfig:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:14

Menu path: (Top) → Modules → Nordic nRF Connect → Enhanced ShockBurst

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.)