Lines Matching refs:pair
50 …cts in key names between different components, NVS assigns each key-value pair to one of namespace…
59 … enabled, it is not possible to alter or add a key-value pair and get recognized as a valid pair w…
61 … on. This should not result in loss of data, except for the new key-value pair if it was being wri…
70 …given key has to be updated, a new key-value pair is added at the end of the log and the old key-v…
114 …r integer types, entry holds one key-value pair. For strings and blobs, an entry holds part of key…
152 …A key-value pair (or part of key-value pair which spans multiple entries) has been written into th…
155 …A key-value pair in this entry has been discarded. Contents of this entry will not be parsed anymo…
163 …s one key-value pair. For string and blob types, entry holds part of the whole key-value pair. For…
193 …Number of entries used by this key-value pair. For integer types, this is equal to 1. For strings …
232 As mentioned above, each key-value pair belongs to one of the namespaces. Namespace identifiers (st…
337 - ``nvs_entry_next`` returns iterator to the next key-value pair.
338 - ``nvs_entry_info`` returns information about each key-value pair
340 If none or no other key-value pair was found for given criteria, ``nvs_entry_find`` and ``nvs_entry…