/Zephyr-latest/tests/subsys/fs/fcb/src/ |
D | fcb_test_multiple_scratch.c | 47 zassert_true(elem_cnts[0] > 0, "unexpected entry number was appended"); in ZTEST() 50 "unexpected entry number was appended"); in ZTEST() 51 zassert_true(elem_cnts[3] == 0, "unexpected entry number was appended"); in ZTEST() 75 "unexpected entry number was appended"); in ZTEST()
|
D | fcb_test_rotate.c | 45 "unexpected flash area of appended loc"); in ZTEST() 56 "unexpected entry number was appended"); in ZTEST()
|
D | fcb_test_append_too_big.c | 74 "entry length fetched should match length of appended entry"); in ZTEST()
|
D | fcb_test_append_fill.c | 44 "unexpected flash area of appended loc"); in ZTEST()
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 62 * **Self-contained** - non read-only strings appended to the package. String can be 67 * **Fully self-contained** - all strings are appended to the package. String can be 118 of header which contains size of package (excluding appended strings) and number of 119 appended strings. It is followed by the arguments which contains alignment paddings 121 pointer arguments used by the string which are not appended to the string (but may 122 be appended later by :c:func:`cbprinf_package_convert`). Finally, package, optionally, 123 contains appended strings. Each string contains 1 byte header which contains index 132 | sizeof(void \*) | 1 byte: Number of strings appended to the package | 140 | Arguments | Pointer to *fmt* (or null if *fmt* is appended to the package) | 157 | Appended | 1 byte: Index within the package to the location of associated argument |
|
/Zephyr-latest/tests/unit/list/ |
D | dlist.c | 380 "dlist appended incorrectly"); in ZTEST() 384 "dlist appended incorrectly"); in ZTEST() 388 "dlist appended incorrectly"); in ZTEST() 391 "dlist appended incorrectly"); in ZTEST() 395 "dlist appended incorrectly"); in ZTEST() 399 "dlist appended incorrectly"); in ZTEST() 403 "dlist appended incorrectly"); in ZTEST()
|
/Zephyr-latest/drivers/sensor/tdk/icp10125/ |
D | Kconfig | 21 Verify the CRC checksum that appended to the measurement data.
|
/Zephyr-latest/tests/lib/cbprintf_package/src/ |
D | main.c | 362 /* Calculate size needed for package with appended read-only strings. */ in ZTEST() 382 * appended string. in ZTEST() 394 /* Store read-only string by index when read-write string is appended. This 426 /* Calculate size needed for package with appended read-only strings. */ in ZTEST() 446 * appended string. in ZTEST() 501 * strings appended. in ZTEST() 511 /* Calculate size needed for package with appended read-only strings. */ in ZTEST() 529 /* Check that read only strings have been appended. */ in ZTEST() 540 /* Calculate size needed for package with appended read-write strings. */ in ZTEST() 558 /* Check that read write strings have been appended. */ in ZTEST() [all …]
|
/Zephyr-latest/include/zephyr/drivers/serial/ |
D | uart_emul.h | 37 * was appended to the TX buffer. 53 * @return Number of bytes appended
|
/Zephyr-latest/lib/os/ |
D | cbprintf_packaged.c | 214 /* Move beyond strings appended to the package. */ in get_package_len() 266 * fixed prefix appended to all strings. in cbvprintf_package() 286 * appended writable strings and the number of appended in cbvprintf_package() 310 * appended. When only figuring out the needed space, we in cbvprintf_package() 741 /* Strings are appended, update location counter. */ in cbvprintf_package() 745 /* Strings are appended, update append counter. */ in cbvprintf_package() 808 * TODO: remove pointers for appended strings since they're useless. in cbvprintf_package() 1052 /* If read-only strings shall be appended to the output package copy in cbprintf_package_convert() 1074 /* Go through read-write strings and identify which shall be appended. in cbprintf_package_convert() 1111 /* Set amount of strings appended to the package. */ in cbprintf_package_convert() [all …]
|
/Zephyr-latest/cmake/modules/ |
D | arch_v2.cmake | 18 # - ARCH_ROOT: ARCH_ROOT with ZEPHYR_BASE appended
|
D | arch_v1.cmake | 21 # - ARCH_ROOT: ARCH_ROOT with ZEPHYR_BASE appended
|
D | soc_v1.cmake | 20 # - SOC_ROOT: SOC_ROOT with ZEPHYR_BASE appended
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | spdxids.py | 58 # with an appended number from a similarly-named file.
|
/Zephyr-latest/dts/bindings/retention/ |
D | zephyr,retention.yaml | 62 valid (appended to the footer of the data, reduces the available user
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_adin2111_priv.h | 162 /* SPI register write buffer with appended CRC size (1 for header, 1 for register) */ 167 /* SPI register read buffer with TA and appended CRC size (1 header, 1 for register) */ 172 /* SPI read fifo cmd buffer with TA and appended CRC size */
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/ |
D | Kconfig | 184 registered callbacks. Data can be appended to the struct provided in the callback. 208 callbacks. Data can be appended to the struct provided in the callback.
|
/Zephyr-latest/doc/kernel/ |
D | code-relocation.rst | 79 * if the memory type is appended with _DATA, _TEXT, _RODATA or _BSS, only the 88 * Multiple regions can also be appended together such as: SRAM2_DATA_BSS.
|
/Zephyr-latest/cmake/compiler/ |
D | compiler_flags_template.cmake | 46 # Compiler flags for C standard. The specific standard must be appended by user. 119 # Flags for imacros. The specific header must be appended by user.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | tls_credentials_shell.rst | 44 …"``<DATA>``", "Text data to be appended to credential buffer. It can be either text, or base64-enc… 243 …coded from base64 into raw binary before storage. No terminator will be appended.", "Stored data w… 244 …ll be decoded from base64 into raw binary and a NULL terminator will be appended before storage.",…
|
D | net_pkt_filter.rst | 32 appended to or removed from a rule list contained in a
|
/Zephyr-latest/doc/services/storage/fcb/ |
D | fcb.rst | 27 Entries can be appended to the end of the area until storage space is
|
/Zephyr-latest/tests/subsys/logging/log_api/src/ |
D | mock_frontend.c | 104 /* If RO string locations are appended there is always at least 1: format string. */ in log_frontend_msg()
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/os_mgmt/ |
D | os_mgmt.h | 97 /* The output buffer which the responses should be appended to. If prior_output is true, a
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_user_setup.rst | 65 This option is appended as-is to the QEMU command line. Therefore, any problems with
|