:orphan: .. title:: CONFIG_NRF_802154_RX_BUFFERS .. kconfig:: CONFIG_NRF_802154_RX_BUFFERS CONFIG_NRF_802154_RX_BUFFERS ############################ *nRF 802.15.4 receive buffers* *nRF 802.15.4 receive buffers* *nRF 802.15.4 receive buffers* *nRF 802.15.4 receive buffers* Type: ``int`` Help ==== .. code-block:: none Number of buffers in nRF 802.15.4 driver receive queue. If this value is modified, its serialization host counterpart must be set to the exact same value. Help ==== .. code-block:: none Number of buffers in nRF 802.15.4 driver serialization host's receive queue. If this value is modified, its remote counterpart must be set to the exact same value. Help ==== .. code-block:: none Number of buffers in nRF 802.15.4 driver receive queue. If this value is modified, its serialization host counterpart must be set to the exact same value. Help ==== .. code-block:: none Number of buffers in nRF 802.15.4 driver serialization host's receive queue. If this value is modified, its remote counterpart must be set to the exact same value. Direct dependencies =================== (\ :kconfig:`NRF_802154_RADIO_DRIVER ` && \ :kconfig:`HAS_NORDIC_DRIVERS `) || (\ :kconfig:`NRF_802154_SER_HOST ` && (\ :kconfig:`NRF_802154_SER_HOST ` || \ :kconfig:`NRF_802154_SER_RADIO `) && \ :kconfig:`HAS_NORDIC_DRIVERS `) || (\ :kconfig:`NRF_802154_RADIO_DRIVER ` && \ :kconfig:`HAS_NORDIC_DRIVERS ` && 0) || (\ :kconfig:`NRF_802154_SER_HOST ` && (\ :kconfig:`NRF_802154_SER_HOST ` || \ :kconfig:`NRF_802154_SER_RADIO `) && \ :kconfig:`HAS_NORDIC_DRIVERS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 16 - 16 - 16 - 16 Kconfig definitions =================== At ``/hal_nordic/Kconfig:110`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:14`` Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver .. code-block:: kconfig config NRF_802154_RX_BUFFERS int "nRF 802.15.4 receive buffers" default 16 depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS help Number of buffers in nRF 802.15.4 driver receive queue. If this value is modified, its serialization host counterpart must be set to the exact same value. ---- At ``/hal_nordic/Kconfig:200`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:14`` Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → Nordic drivers → nRF 802.15.4 serialization .. code-block:: kconfig config NRF_802154_RX_BUFFERS int "nRF 802.15.4 receive buffers" default 16 depends on NRF_802154_SER_HOST && (NRF_802154_SER_HOST || NRF_802154_SER_RADIO) && HAS_NORDIC_DRIVERS help Number of buffers in nRF 802.15.4 driver serialization host's receive queue. If this value is modified, its remote counterpart must be set to the exact same value. ---- At ``/hal_nordic/Kconfig:110`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver .. code-block:: kconfig config NRF_802154_RX_BUFFERS int "nRF 802.15.4 receive buffers" default 16 depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS && 0 help Number of buffers in nRF 802.15.4 driver receive queue. If this value is modified, its serialization host counterpart must be set to the exact same value. ---- At ``/hal_nordic/Kconfig:200`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → Nordic drivers → nRF 802.15.4 serialization .. code-block:: kconfig config NRF_802154_RX_BUFFERS int "nRF 802.15.4 receive buffers" default 16 depends on NRF_802154_SER_HOST && (NRF_802154_SER_HOST || NRF_802154_SER_RADIO) && HAS_NORDIC_DRIVERS && 0 help Number of buffers in nRF 802.15.4 driver serialization host's receive queue. If this value is modified, its remote counterpart must be set to the exact same value. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*