Searched refs:pairs (Results 1 – 25 of 55) sorted by relevance
123
| /Zephyr-latest/samples/subsys/settings/ |
| D | README.rst | 61 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/ |
| D | README.rst | 5 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/ |
| D | README.txt | 15 Test requires that two pairs of pins are shortened: TX with RX and CTS with RTS.
|
| /Zephyr-latest/boards/shields/arduino_uno_click/boards/ |
| D | nrf9160dk_nrf9160_arduino_uno_click_common.dtsi | 10 * pins, but the nRF9160 DK maps these pins to two different pairs of
|
| /Zephyr-latest/samples/subsys/fs/zms/ |
| D | README.rst | 9 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/ |
| D | zms.rst | 13 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/ |
| D | Kconfig.hash_map | 13 lookup of key-value pairs must be done in O(1) time (on average).
|
| /Zephyr-latest/subsys/net/lib/dns/ |
| D | dns_sd.c | 952 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/ |
| D | README.rst | 55 number of parallel executed pairs of queues(``QUEUE_NUM``),
|
| /Zephyr-latest/boards/tdk/robokit1/doc/ |
| D | index.rst | 10 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/ |
| D | nvs.rst | 6 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/ |
| D | proxy.rst | 45 solicitation sequence number (SSEQ) and solicitation source (SSRC) pairs of valid Solicitation PDUs
|
| /Zephyr-latest/subsys/net/ip/ |
| D | Kconfig.stats | 139 key-value pairs. Deciphering the information may require
|
| /Zephyr-latest/cmake/modules/ |
| D | yaml.cmake | 9 # 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/ |
| D | index.rst | 43 The K66F SoC has five pairs of pinmux/gpio controllers.
|
| /Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
| D | smp_group_2.rst | 119 | "fields" | this is map of entries within groups that consists of pairs where the |
|
| /Zephyr-latest/samples/modules/tflite-micro/hello_world/ |
| D | README.rst | 91 The modified sample prints 10 generated-x-and-predicted-y pairs. To see
|
| /Zephyr-latest/scripts/tests/twister_blackbox/ |
| D | test_runner.py | 580 [val for pairs in zip( 582 ) for val in pairs]
|
| /Zephyr-latest/samples/boards/nordic/mesh/onoff-app/ |
| D | README.rst | 20 The 3 remaining button/LED pairs are in elements 1 through 3.
|
| /Zephyr-latest/doc/kernel/data_structures/ |
| D | mpsc_pbuf.rst | 62 Using pairs for read and write indexes, available space is determined. If
|
| /Zephyr-latest/boards/nxp/mimxrt1010_evk/doc/ |
| D | index.rst | 105 The MIMXRT1010 SoC has five pairs of pinmux/gpio controllers.
|
| /Zephyr-latest/boards/nxp/usb_kw24d512/doc/ |
| D | index.rst | 76 The KW2xD SoC has five pairs of pinmux/gpio controllers.
|
| /Zephyr-latest/boards/nxp/mimxrt1015_evk/doc/ |
| D | index.rst | 103 The MIMXRT1015 SoC has five pairs of pinmux/gpio controllers.
|
| /Zephyr-latest/boards/nxp/frdm_mcxc242/doc/ |
| D | index.rst | 86 The MCXC242 SoC has five pairs of pinmux/gpio controllers (PORTA/GPIOA,
|
| /Zephyr-latest/boards/nxp/frdm_mcxc444/doc/ |
| D | index.rst | 85 The MCXC444 SoC has five pairs of pinmux/gpio controllers (PORTA/GPIOA,
|
123