Searched refs:rest (Results 1 – 25 of 53) sorted by relevance
123
/Zephyr-latest/subsys/secure_storage/src/its/ |
D | CMakeLists.txt | 17 This means that the data and keys stored via the PSA APIs may not be secure at rest.") 22 This means that the data and keys stored via the PSA APIs will not be secure at rest.
|
/Zephyr-latest/tests/kernel/fatal/exception/ |
D | README | 4 thread, the thread gets aborted and the rest of the system executes normally.
|
/Zephyr-latest/doc/services/pm/ |
D | overview.rst | 11 Thus a coherent abstraction is presented to the rest of the OS and the application layer.
|
/Zephyr-latest/doc/services/ |
D | secure_storage.rst | 23 may secure the data stored via the PSA Secure Storage API at rest. 37 * does not guarantee that the data it stores will be secure at rest in all cases. 60 However, this does not guarantee that the data stored will be secure at rest in all cases, 72 It is only secured at rest. Protecting it at runtime as well
|
/Zephyr-latest/scripts/build/ |
D | gen_relocate_app.py | 509 mem_region, rest = line.split(':', 1) 514 phdr, rest = rest.split(':', 1) 517 flag_list, file_list = (lst.split(';') for lst in rest.split(':', 1))
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/ |
D | doxytooltip.css | 3 look and feel that's consistent with the rest of the documentation without necessarily aiming
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.wncm14a2a | 28 to the rest of the network stack, letting the rx thread continue
|
D | Kconfig.quectel-bg9x | 30 to the rest of the network stack, letting the rx thread continue
|
D | Kconfig.ublox-sara-r4 | 52 to the rest of the network stack, letting the rx thread continue
|
/Zephyr-latest/doc/develop/west/ |
D | moving-to-west.rst | 49 #. Clone the rest of the repositories used by zephyr::
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 003_rfc-proposal.md | 47 Highlight how the change may affect the rest of the project (new components,
|
/Zephyr-latest/doc/services/binary_descriptors/ |
D | index.rst | 46 (currently uint, string or bytes), and the rest is the ID. The ID is globally unique to each 148 The rest of the API is agnostic to where the data is. After the handle has been initialized, 149 it can be used with the rest of the API:
|
/Zephyr-latest/samples/subsys/llext/modules/ |
D | README.rst | 39 - By default, the sample will compile the function along with the rest of
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_ll_stm32_v2.c | 1159 uint32_t rest = msg.len; in stm32_i2c_transaction() local 1179 rest -= msg.len; in stm32_i2c_transaction() 1181 msg.len = rest; in stm32_i2c_transaction() 1182 } while (rest > 0U); in stm32_i2c_transaction()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 321 …horter than 16 bytes will populate the N most significant bytes of the array and zero-pad the rest. 337 …horter than 16 bytes will populate the N most significant bytes of the array and zero-pad the rest. 347 … will populate the N most significant bytes of the array and zero-pad the rest. If omitted, the cu… 378 … will populate the N most significant bytes of the array and zero-pad the rest. If omitted, the st… 440 …horter than 32 bytes will populate the N most significant bytes of the array and zero-pad the rest. 642 … will populate the N most significant bytes of the array and zero-pad the rest. Only valid if the … 651 … will populate the N most significant bytes of the array and zero-pad the rest. If omitted, the de… 675 … will populate the N most significant bytes of the array and zero-pad the rest. Only valid if the … 684 … will populate the N most significant bytes of the array and zero-pad the rest. If omitted, the de… 774 …horter than 16 bytes will populate the N most significant bytes of the array and zero-pad the rest. [all …]
|
D | blob_srv.rst | 83 callback, the user must provide a BLOB stream to use for the rest of the transfer. If the recover
|
/Zephyr-latest/doc/kernel/services/ |
D | index.rst | 8 with a rich set of available features. The rest of the Zephyr ecosystem,
|
/Zephyr-latest/doc/hardware/emulator/ |
D | index.rst | 11 and present themselves as devices of a given class to the rest of the system.
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig | 17 secure the data stored through it at rest.
|
/Zephyr-latest/doc/kernel/services/other/ |
D | atomic.rst | 62 /* do rest of routine's processing */
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 54 to the rest of the network stack, letting the rx thread continue
|
/Zephyr-latest/include/zephyr/arch/x86/intel64/ |
D | linker.ld | 85 * The rest of the system is loaded in "normal" memory (typically
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ec_host_cmd.rst | 48 a SPI node has changed to use the Host Command version of a SPI driver. The rest of the properties
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | Kconfig | 38 DHCP options not used by the rest of the system.
|
/Zephyr-latest/lib/libc/picolibc/ |
D | Kconfig | 79 rest of Zephyr
|
123