Searched refs:stored (Results 26 – 50 of 163) sorted by relevance
1234567
/Zephyr-latest/doc/hardware/peripherals/ |
D | fuel_gauge.rst | 34 or sleep mode due to its utility in reducing battery drain while devices are stored or shipped.
|
/Zephyr-latest/doc/services/storage/zms/ |
D | zms.rst | 17 - The key part is written in an ATE (Allocation Table Entry) called "ID-ATE" which is stored 19 - The value part is defined as "data" and is stored raw starting from the top of the sector. 91 ``ID ATE`` are entries that contain a 32-bit key and describe where the data is stored, its 148 By default ZMS looks for the last data with the same ID by browsing through all stored ATEs from 167 The lead cycle counter is stored in the empty ATE. 168 To become valid, an ATE must have the same cycle counter as the one stored in the empty ATE. 223 Values smaller than or equal to 8 bytes will be stored within the entry (ATE) itself, without 249 Large data values ( > 8 bytes) are stored separately at the top of the sector. 260 Total data that could be stored in this partition for this case is :math:`11 \times 3 \times 64 = 2… 349 - Small-sized data (<= 8 bytes) are stored in the ATE itself [all …]
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | Kconfig | 133 Enables SHA-256 verification of stored data stream. When this 145 and stored data stream on flash.
|
/Zephyr-latest/subsys/fs/nvs/ |
D | Kconfig | 37 The CRC-32 is transparently stored at the end of the data field,
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | priv_beacon_srv.rst | 27 :c:macro:`BT_MESH_MODEL_PRIV_BEACON_SRV`. Note that if the mesh node stored
|
D | dfd_srv.rst | 33 firmware slot is stored internally, the application must provide a :ref:`bluetooth_mesh_blob_stream`
|
/Zephyr-latest/doc/kernel/services/other/ |
D | thread_local_storage.rst | 7 basis. These variables are stored in the thread stack which means every
|
/Zephyr-latest/lib/net_buf/ |
D | Kconfig | 50 * pool name is stored and can be shown in debugging prints
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | Kconfig | 57 all subscriptions are reinstated and all stored messages are sent to
|
/Zephyr-latest/doc/services/retention/ |
D | index.rst | 10 when a device reboots. The stored data should not persist in the event of a 12 stored to a non-volatile storage like :ref:`flash_api`, :ref:`eeprom_api`, or 19 checksum (1, 2, or 4-bytes in size) of the stored data can be appended to the
|
/Zephyr-latest/subsys/usb/device/ |
D | Kconfig | 102 int "Size of the array where alternate settings are stored" 106 Size of the array where alternate settings are stored.
|
/Zephyr-latest/subsys/settings/ |
D | Kconfig | 126 Limit how many items stored in a file before compressing 172 on the data that is going to be stored in ZMS and its hash values
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | CMakeLists.txt | 97 A hardcoded OOB data set will be stored in the image, do not use in
|
/Zephyr-latest/samples/tfm_integration/ |
D | tfm_integration.rst | 18 key values are stored in the secure bootloader. This allows the application
|
/Zephyr-latest/subsys/fs/zms/ |
D | Kconfig | 40 ZMS uses an internal buffer to read/write and compare stored data.
|
/Zephyr-latest/subsys/task_wdt/ |
D | Kconfig | 21 The timeouts for each channel are stored in an array. Allocate only
|
/Zephyr-latest/samples/subsys/nvs/ |
D | README.rst | 12 a counter is incremented on every reboot and stored in flash,
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_pbuf.rst | 7 buffer, whose contents are stored in first-in-first-out order. Variable size 8 packets are stored in the buffer. Packet buffer works under assumption that there
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nordic_qspi_nor | 50 stored in QSPI XIP region. Note that for this functionality to work,
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig.its_store | 55 Changing it will result in loss of existing data stored on a partition.
|
/Zephyr-latest/subsys/sensing/ |
D | Kconfig | 61 Ring buffer data is stored by runtime thread, and then give semaphore
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/ |
D | README.rst | 74 network core application, the antenna matrix configuration should be stored in
|
/Zephyr-latest/samples/arch/smp/pktqueue/ |
D | README.rst | 38 The headers then are stored in multiple "sender" queues (the number is defined
|
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/ |
D | README.rst | 73 network core application, the antenna matrix configuration should be stored in
|
/Zephyr-latest/subsys/llext/ |
D | Kconfig | 74 When loading llext with shell it is stored in a temporary buffer of this size 80 Select if LLEXT storage is writable, i.e. if extensions are stored in
|
1234567