Home
last modified time | relevance | path

Searched refs:fragments (Results 1 – 25 of 44) sorted by relevance

12

/Zephyr-latest/scripts/west_commands/zspdx/
Dgetincludes.py22 fragments = [fr for fr in tcg.compileCommandFragments if fr.strip() != ""]
31 cmd = [compilerPath, "-E", "-H"] + fragments + includes + defines + [srcFile]
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/
DKconfig34 int "Number of SDU fragments that the ISO-AL can buffer"
39 Set the number of Isochronous Rx SDU fragments to be buffered in the
41 received SDU across all the fragments before each is released. The
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv4143 int "How many fragments can be handled to reassemble a packet"
147 Incoming fragments are stored in per-packet queue before being
148 reassembled. This value defines the number of fragments that
152 than two fragments.
155 int "How long to wait for fragments to be received"
DKconfig.ipv6112 int "How many fragments can be handled to reassemble a packet"
116 Incoming fragments are stored in per-packet queue before being
117 reassembled. This value defines the number of fragments that
122 within the first two fragments. The first one being 1280 bytes and
126 than two fragments.
129 int "How long to wait the fragments to receive"
/Zephyr-latest/subsys/lorawan/services/
DKconfig95 The minimum number of fragments to be transferred is calculated from
101 int "Maximum size of transported fragments"
122 int "Minimum size of transported fragments"
143 int "Percentage of redundant fragments"
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.dummy22 int "Size of receive buffer for dummy interface mcumgr fragments"
DKconfig.shell35 Number of buffers used for receiving SMP fragments over shell.
DKconfig.bluetooth25 packet fragments before passing it for further processing.
/Zephyr-latest/drivers/ethernet/
DKconfig.cyclonev20 However there must be enough descriptors to hold all fragments
DKconfig.xmc4xxx34 data fragment and its size. The data fragments are pre-allocated from the rx
DKconfig.dwmac48 However there must be enough descriptors to hold all fragments
/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig92 Simultaneously reassemble 802.15.4 fragments depending on
102 Otherwise all accumulated fragments are dropped.
/Zephyr-latest/cmake/modules/
Dconfiguration_files.cmake13 # - CONF_FILE: List of Kconfig fragments
14 # - EXTRA_CONF_FILE: List of additional Kconfig fragments
Dshields.cmake14 # - shield_conf_files: List of shield-specific Kconfig fragments
/Zephyr-latest/doc/services/storage/stream/
Dstream_flash.rst5 The Stream Flash module takes contiguous fragments of a stream of data (e.g.
/Zephyr-latest/doc/connectivity/canbus/
Disotp.rst23 behavior. ISO-TP segments packets into small fragments depending on the payload
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.l2cap21 Number of buffers available for fragments of TX buffers. Warning:
/Zephyr-latest/drivers/console/
DKconfig218 int "Size of receive buffer for mcumgr fragments received over UART, in bytes"
226 int "Number of receive buffers for mcumgr fragments received over UART"
230 buffers hold received mcumgr fragments prior to reassembly. This
/Zephyr-latest/doc/build/cmake/
Dindex.rst119 configuration is generated by merging configuration fragments from the board
193 Then *cpp* is used to combine linker script fragments from the target’s
195 memory protection is enabled, and any other fragments selected during
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_l2.rst129 packet will often have to be split into several fragments and IP6 packet headers
130 and fragments need to be compressed using a protocol like 6LoWPAN before being
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_transport.rst25 sender fragments it across several packets. No additional framing is
/Zephyr-latest/doc/build/snippets/
Dwriting.rst133 This principle applies to both Kconfig fragments (``.conf`` files) and
/Zephyr-latest/modules/openthread/
DKconfig.thread180 bool "Stay awake between packet fragments"
/Zephyr-latest/doc/build/dts/
Dtroubleshooting.rst221 would appear in any DTS file. Zephyr overlays are just DTS fragments.
254 /* Do this instead. Overlays are just DTS fragments. */
/Zephyr-latest/subsys/net/lib/coap/
DKconfig26 fragments depends on MTU size). This will be useful in mesh kind

12