/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/include/zephyr/drivers/serial/ |
D | uart_emul.h | 37 * was appended to the TX buffer. 53 * @return Number of bytes appended
|
/Zephyr-Core-3.5.0/drivers/sensor/icp10125/ |
D | Kconfig | 21 Verify the CRC checksum that appended to the measurement data.
|
/Zephyr-Core-3.5.0/drivers/ethernet/ |
D | eth_adin2111_priv.h | 135 /* SPI register write buffer with appended CRC size (1 for header, 1 for register) */ 140 /* SPI register read buffer with TA and appended CRC size (1 header, 1 for register) */ 145 /* SPI read fifo cmd buffer with TA and appended CRC size */
|
D | Kconfig.native_posix | 51 is appended at the end of this startup script name.
|
/Zephyr-Core-3.5.0/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() 740 /* Strings are appended, update location counter. */ in cbvprintf_package() 744 /* Strings are appended, update append counter. */ in cbvprintf_package() 804 * TODO: remove pointers for appended strings since they're useless. in cbvprintf_package() 1048 /* If read-only strings shall be appended to the output package copy in cbprintf_package_convert() 1070 /* Go through read-write strings and identify which shall be appended. in cbprintf_package_convert() 1106 /* Set amount of strings appended to the package. */ in cbprintf_package_convert() [all …]
|
/Zephyr-Core-3.5.0/cmake/modules/ |
D | arch.cmake | 17 # - ARCH_ROOT: ARCH_ROOT with ZEPHYR_BASE appended
|
D | soc.cmake | 20 # - SOC_ROOT: SOC_ROOT with ZEPHYR_BASE appended
|
D | snippets.cmake | 21 # ZEPHYR_BASE appended at the end
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/dts/bindings/retention/ |
D | zephyr,retention.yaml | 62 valid (appended to the footer of the data, reduces the available user
|
/Zephyr-Core-3.5.0/scripts/west_commands/zspdx/ |
D | spdxids.py | 55 # with an appended number from a similarly-named file.
|
/Zephyr-Core-3.5.0/cmake/compiler/ |
D | compiler_flags_template.cmake | 44 # Compiler flags for C standard. The specific standard must be appended by user. 114 # Flags for imacros. The specific header must be appended by user.
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/ |
D | net_pkt_filter.rst | 32 appended to or removed from a rule list contained in a
|
/Zephyr-Core-3.5.0/include/zephyr/mgmt/mcumgr/grp/os_mgmt/ |
D | os_mgmt.h | 88 /* The output buffer which the responses should be appended to. If prior_output is true, a
|
/Zephyr-Core-3.5.0/doc/services/storage/fcb/ |
D | fcb.rst | 27 Entries can be appended to the end of the area until storage space is
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/ |
D | qemu_user_setup.rst | 65 This option is appended as-is to the QEMU command line. Therefore, any problems with
|
/Zephyr-Core-3.5.0/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 102 # GCC compiler flags for C standard. The specific standard must be appended by user. 202 # GCC compiler flags for imacros. The specific header must be appended by user.
|
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | wifi_utils.h | 62 * @param scan_ssids_str string to be appended in the list of scanned SSIDs.
|