-
CONFIG_ESB_RX_FIFO_SIZE
¶
RX buffer length
Type: int
Help¶
The length of the RX FIFO buffer, in number of elements.
Default¶
8
Kconfig definition¶
At <nRF>/subsys/esb/Kconfig:30
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:14
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Enhanced ShockBurst
config ESB_RX_FIFO_SIZE
int "RX buffer length"
default 8
depends on ESB
help
The length of the RX FIFO buffer, in number of elements.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)