:orphan: .. title:: NRF_802154_RX_BUFFERS .. option:: 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 ==== 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 ==== 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 ==== 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 ==== 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 =================== (\ :option:`NRF_802154_RADIO_DRIVER ` && \ :option:`HAS_NORDIC_DRIVERS `) || (\ :option:`NRF_802154_SER_HOST ` && (\ :option:`NRF_802154_SER_HOST ` || \ :option:`NRF_802154_SER_RADIO `) && \ :option:`HAS_NORDIC_DRIVERS `) || (\ :option:`NRF_802154_RADIO_DRIVER ` && \ :option:`HAS_NORDIC_DRIVERS ` && 0) || (\ :option:`NRF_802154_SER_HOST ` && (\ :option:`NRF_802154_SER_HOST ` || \ :option:`NRF_802154_SER_RADIO `) && \ :option:`HAS_NORDIC_DRIVERS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 16 - 16 - 16 - 16 Kconfig definitions =================== .. highlight:: kconfig At ``modules/hal_nordic/Kconfig:97`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:6`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.modules:8`` 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 .. parsed-literal:: config NRF_802154_RX_BUFFERS int "nRF 802.15.4 receive buffers" default 16 depends on \ :option:`NRF_802154_RADIO_DRIVER ` && \ :option:`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 ``modules/hal_nordic/Kconfig:169`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:6`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.modules:8`` Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → Nordic drivers → nRF 802.15.4 serialization .. parsed-literal:: config NRF_802154_RX_BUFFERS int "nRF 802.15.4 receive buffers" default 16 depends on \ :option:`NRF_802154_SER_HOST ` && (\ :option:`NRF_802154_SER_HOST ` || \ :option:`NRF_802154_SER_RADIO `) && \ :option:`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 ``modules/hal_nordic/Kconfig:97`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:59`` Menu path: (Top) → Modules → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver .. parsed-literal:: config NRF_802154_RX_BUFFERS int "nRF 802.15.4 receive buffers" default 16 depends on \ :option:`NRF_802154_RADIO_DRIVER ` && \ :option:`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 ``modules/hal_nordic/Kconfig:169`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:59`` Menu path: (Top) → Modules → Nordic drivers → nRF 802.15.4 serialization .. parsed-literal:: config NRF_802154_RX_BUFFERS int "nRF 802.15.4 receive buffers" default 16 depends on \ :option:`NRF_802154_SER_HOST ` && (\ :option:`NRF_802154_SER_HOST ` || \ :option:`NRF_802154_SER_RADIO `) && \ :option:`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.)*