Home
last modified time | relevance | path

Searched full:many (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/Zephyr-latest/subsys/net/lib/capture/
DKconfig25 int "How many network packets to allocate for capture"
28 This tells how many net_pkt to allocate for capturing
35 int "How many network buffers to allocate for capture"
38 This tells how many net_buf to allocate for capturing
89 int "How many link types (ETH_P_*) to capture at the same time"
94 This defines how many ETH_P_* link type values can be captured
/Zephyr-latest/tests/lib/hash_map/src/
Dload_factor.c20 for (size_t i = 0; i < MANY; ++i) { in ZTEST()
27 for (size_t i = MANY; i > 0; --i) { in ZTEST()
45 for (size_t i = 0; i < MANY; ++i) { in ZTEST()
52 for (size_t i = MANY; i > 0; --i) { in ZTEST()
Dget.c23 for (size_t i = 1; i < MANY; ++i) { in ZTEST()
28 for (size_t i = 0; i < MANY; ++i) { in ZTEST()
43 for (size_t i = 0; i < MANY; ++i) { in ZTEST()
Dremove.c16 for (size_t i = 0; i < MANY; ++i) { in ZTEST()
22 for (size_t i = MANY; i > 0; --i) { in ZTEST()
Dinsert.c50 for (size_t i = 0; i < MANY; ++i) { in ZTEST()
56 for (size_t i = 0; i < MANY; ++i) { in ZTEST()
D_main.h12 #define MANY CONFIG_TEST_LIB_HASH_MAP_MAX_ENTRIES macro
/Zephyr-latest/samples/net/sockets/http_client/
DKconfig9 int "Send a sample HTTP query this many times"
12 Send a sample HTTP query this many times before exiting. A value of
/Zephyr-latest/samples/net/syslog_net/
DKconfig9 int "Send sample data this many times"
12 Send sample data this many times before exiting. A value of
/Zephyr-latest/drivers/audio/
DKconfig.dmic_mcux20 This determines how many buffers the driver should allocate and
30 many buffers may be queued by the DMIC once it is triggered, before
/Zephyr-latest/drivers/flash/
DKconfig.cadence_qspi_nor36 int "Set QSPI to read / write how many bytes per device"
42 int "Set QSPI to read / write how many bytes per block"
/Zephyr-latest/subsys/net/l2/ppp/
DKconfig25 How many times to resend Configure-Req messages before deciding the
33 How many times to resend Terminate-Req messages before terminating
41 How many times to accept NACK loops.
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv420 This tells how many network interfaces there will be in the system
133 int "How many packets to reassemble at a time"
138 How many fragmented IPv4 packets can be waiting reassembly
143 int "How many fragments can be handled to reassemble a packet"
173 How many PMTU entries we can track for each destination address.
DKconfig.ipv621 This tells how many network interfaces there will be in the system
59 How many PMTU entries we can track for each destination address.
85 int "How many IPv6 neighbors are supported"
101 int "How many packets to reassemble at a time"
106 How many fragmented IPv6 packets can be waiting reassembly
112 int "How many fragments can be handled to reassemble a packet"
/Zephyr-latest/samples/net/sockets/echo_client/
DKconfig55 int "Send sample data this many times"
58 Send sample data this many times before exiting. A value of
/Zephyr-latest/tests/bsim/bluetooth/
Dcompile.sh14 # are already building many images in parallel in themselves, and otherwise we would be
15 # launching too many parallel builds which can lead to a too high system load.
/Zephyr-latest/samples/bluetooth/
Dbluetooth.rst9 Many Bluetooth samples can be run on QEMU or :ref:`native_sim <native_sim>` with support for
28 old after many test iterations. If this happens, subsequent host-device
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst18 sensors. These are the future looking APIs in Zephyr and solve many issues
30 against many sensors simultaneously from a single call context.
83 One of the benefits of Read and Decode is the ability to concurrently read many
84 sensors with many channels in one thread. Effectively read requests are started
/Zephyr-latest/drivers/virtualization/
DKconfig36 int "How many notification vectors should be pre-allocated?"
41 more or less than necessary. Depends on how many VMs will connect
/Zephyr-latest/samples/basic/threads/
DREADME.rst21 :ref:`FIFO <fifos_v2>` identifying the thread/LED and how many times it has
31 LEDs" on many of Zephyr's :ref:`boards`. The LEDs must be configured using the
/Zephyr-latest/include/zephyr/logging/
Dlog.h42 * followed by as many values as specifiers.
53 * followed by as many values as specifiers.
63 * followed by as many values as specifiers.
73 * followed by as many values as specifiers.
84 * followed by as many values as specifiers.
102 * followed by as many values as specifiers.
112 * followed by as many values as specifiers.
126 * followed by as many values as specifiers.
142 * specifier, followed by as many values as specifiers.
157 * followed by as many values as specifiers.
[all …]
/Zephyr-latest/drivers/net/
Dnsos_errno.h35 #define NSOS_MID_EMFILE 24 /**< Too many open files */
42 #define NSOS_MID_EMLINK 31 /**< Too many links */
58 #define NSOS_MID_ELOOP 92 /**< Too many levels of symbolic links */
86 #define NSOS_MID_ETOOMANYREFS 129 /**< Too many references: can't splice */
/Zephyr-latest/samples/net/ptp/
DKconfig11 int "Run the application this many seconds"
/Zephyr-latest/doc/connectivity/canbus/
Disotp.rst30 Packets larger than that are segmented into a first-frame (FF) and as many
37 many CF the sender is allowed to send, before he has to wait for another FC.
/Zephyr-latest/subsys/net/l2/ethernet/
DKconfig47 How many VLAN tags can be configured.
122 How many bridge interfaces are created. Each interface can bridge
131 How many Ethernet interfaces can be bridged together per each
/Zephyr-latest/doc/develop/manifest/
Dindex.rst15 call :command:`west update`. Many of the projects or modules listed below are
17 hardware support for many of the platforms available in Zephyr.

12345678910>>...23