Home
last modified time | relevance | path

Searched full:appended (Results 1 – 25 of 79) sorted by relevance

1234

/Zephyr-Core-3.5.0/tests/subsys/fs/fcb/src/
Dfcb_test_multiple_scratch.c47 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()
Dfcb_test_rotate.c45 "unexpected flash area of appended loc"); in ZTEST()
56 "unexpected entry number was appended"); in ZTEST()
Dfcb_test_append_too_big.c74 "entry length fetched should match length of appended entry"); in ZTEST()
Dfcb_test_append_fill.c44 "unexpected flash area of appended loc"); in ZTEST()
/Zephyr-Core-3.5.0/doc/services/
Dformatted_output.rst62 * **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/
Ddlist.c380 "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/
Dmain.c362 /* 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/
Duart_emul.h37 * was appended to the TX buffer.
53 * @return Number of bytes appended
/Zephyr-Core-3.5.0/drivers/sensor/icp10125/
DKconfig21 Verify the CRC checksum that appended to the measurement data.
/Zephyr-Core-3.5.0/drivers/ethernet/
Deth_adin2111_priv.h135 /* 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 */
DKconfig.native_posix51 is appended at the end of this startup script name.
/Zephyr-Core-3.5.0/lib/os/
Dcbprintf_packaged.c214 /* 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/
Darch.cmake17 # - ARCH_ROOT: ARCH_ROOT with ZEPHYR_BASE appended
Dsoc.cmake20 # - SOC_ROOT: SOC_ROOT with ZEPHYR_BASE appended
Dsnippets.cmake21 # ZEPHYR_BASE appended at the end
/Zephyr-Core-3.5.0/doc/kernel/
Dcode-relocation.rst79 * 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/
Dzephyr,retention.yaml62 valid (appended to the footer of the data, reduces the available user
/Zephyr-Core-3.5.0/scripts/west_commands/zspdx/
Dspdxids.py55 # with an appended number from a similarly-named file.
/Zephyr-Core-3.5.0/cmake/compiler/
Dcompiler_flags_template.cmake44 # 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/
Dnet_pkt_filter.rst32 appended to or removed from a rule list contained in a
/Zephyr-Core-3.5.0/include/zephyr/mgmt/mcumgr/grp/os_mgmt/
Dos_mgmt.h88 /* 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/
Dfcb.rst27 Entries can be appended to the end of the area until storage space is
/Zephyr-Core-3.5.0/doc/connectivity/networking/
Dqemu_user_setup.rst65 This option is appended as-is to the QEMU command line. Therefore, any problems with
/Zephyr-Core-3.5.0/cmake/compiler/gcc/
Dcompiler_flags.cmake102 # 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/
Dwifi_utils.h62 * @param scan_ssids_str string to be appended in the list of scanned SSIDs.

1234