Home
last modified time | relevance | path

Searched refs:pairs (Results 1 – 25 of 55) sorted by relevance

123

/Zephyr-latest/samples/subsys/settings/
DREADME.rst61 load all key-value pairs using registered handlers
67 load <alpha/beta> key-value pairs using registered handlers
71 save all key-value pairs using registered handlers
75 load all key-value pairs using registered handlers
/Zephyr-latest/samples/net/sockets/socketpair/
DREADME.rst5 Implement communication between threads using socket pairs.
11 multi-threaded application communicating over pairs of unnamed,
12 connected UNIX-domain sockets. The pairs of sockets are created with
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/
DREADME.txt15 Test requires that two pairs of pins are shortened: TX with RX and CTS with RTS.
/Zephyr-latest/boards/shields/arduino_uno_click/boards/
Dnrf9160dk_nrf9160_arduino_uno_click_common.dtsi10 * pins, but the nRF9160 DK maps these pins to two different pairs of
/Zephyr-latest/samples/subsys/fs/zms/
DREADME.rst9 The sample shows how to use ZMS to store ID/VALUE pairs and reads them back.
24 We generate as well incremented ID/value pairs, we store them until storage is full, then we
/Zephyr-latest/doc/services/storage/zms/
Dzms.rst13 pairs until it is full.
209 Available space for user data (key-value pairs)
214 key-value pairs and keep one sector empty to be able to perform GC.
258 Each key-value pair needs an extra 16 bytes for the ATE, which makes it possible to store 11 pairs
282 See `Available space for user data <#available-space-for-user-data-key-value-pairs>`_.
311 For ID/data pairs with data <= 8 bytes, ``effective_size`` is 16 bytes.
312 For ID/data pairs with data > 8 bytes, ``effective_size`` is ``16 + sizeof(data)`` bytes.
359 - Add the possibility to skip garbage collector for some application usage where ID/value pairs
408 …cumentation. See `Available space for user data <#available-space-for-user-data-key-value-pairs>`_.
409 It's recommended to choose a storage partition size that is double the size of the key-value pairs
[all …]
/Zephyr-latest/lib/hash/
DKconfig.hash_map13 lookup of key-value pairs must be done in O(1) time (on average).
/Zephyr-latest/subsys/net/lib/dns/
Ddns_sd.c952 const char *const pairs[] = { in dns_sd_rec_match() local
959 BUILD_ASSERT(ARRAY_SIZE(pairs) == 2 * ARRAY_SIZE(checkers)); in dns_sd_rec_match()
963 rec_label = pairs[2 * i]; in dns_sd_rec_match()
964 filt_label = pairs[2 * i + 1]; in dns_sd_rec_match()
/Zephyr-latest/samples/arch/smp/pktqueue/
DREADME.rst55 number of parallel executed pairs of queues(``QUEUE_NUM``),
/Zephyr-latest/boards/tdk/robokit1/doc/
Dindex.rst10 It pairs a 300MHz Cortex-M7 ATSAME70Q21 with an array of TDK sensors and pin headers useful for rob…
/Zephyr-latest/doc/services/storage/nvs/
Dnvs.rst6 Elements, represented as id-data pairs, are stored in flash using a
10 sector it is checked that identifier - data pairs exist in the sectors in use,
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dproxy.rst45 solicitation sequence number (SSEQ) and solicitation source (SSRC) pairs of valid Solicitation PDUs
/Zephyr-latest/subsys/net/ip/
DKconfig.stats139 key-value pairs. Deciphering the information may require
/Zephyr-latest/cmake/modules/
Dyaml.cmake9 # It supports basic key-value pairs, like
12 # basic key-object pairs, like
353 # MAP <map> : Map, with key-value pairs where key-value is separated by ':',
354 # and pairs separated by ','.
/Zephyr-latest/boards/segger/ip_k66f/doc/
Dindex.rst43 The K66F SoC has five pairs of pinmux/gpio controllers.
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_2.rst119 | "fields" | this is map of entries within groups that consists of pairs where the |
/Zephyr-latest/samples/modules/tflite-micro/hello_world/
DREADME.rst91 The modified sample prints 10 generated-x-and-predicted-y pairs. To see
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_runner.py580 [val for pairs in zip(
582 ) for val in pairs]
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/
DREADME.rst20 The 3 remaining button/LED pairs are in elements 1 through 3.
/Zephyr-latest/doc/kernel/data_structures/
Dmpsc_pbuf.rst62 Using pairs for read and write indexes, available space is determined. If
/Zephyr-latest/boards/nxp/mimxrt1010_evk/doc/
Dindex.rst105 The MIMXRT1010 SoC has five pairs of pinmux/gpio controllers.
/Zephyr-latest/boards/nxp/usb_kw24d512/doc/
Dindex.rst76 The KW2xD SoC has five pairs of pinmux/gpio controllers.
/Zephyr-latest/boards/nxp/mimxrt1015_evk/doc/
Dindex.rst103 The MIMXRT1015 SoC has five pairs of pinmux/gpio controllers.
/Zephyr-latest/boards/nxp/frdm_mcxc242/doc/
Dindex.rst86 The MCXC242 SoC has five pairs of pinmux/gpio controllers (PORTA/GPIOA,
/Zephyr-latest/boards/nxp/frdm_mcxc444/doc/
Dindex.rst85 The MCXC444 SoC has five pairs of pinmux/gpio controllers (PORTA/GPIOA,

123