/Zephyr-latest/tests/drivers/spi/spi_loopback/src/ |
D | spi.c | 143 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_complete_multiple() 145 zassert_false(1, "Buffer contents are different"); in spi_complete_multiple() 152 LOG_ERR("Buffer 2 contents are different: %s", buffer_print_tx2); in spi_complete_multiple() 154 zassert_false(1, "Buffer 2 contents are different"); in spi_complete_multiple() 200 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_complete_loop() 202 zassert_false(1, "Buffer contents are different"); in spi_complete_loop() 304 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_rx_half_start() 306 zassert_false(1, "Buffer contents are different"); in spi_rx_half_start() 362 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_rx_half_end() 364 zassert_false(1, "Buffer contents are different"); in spi_rx_half_end() [all …]
|
D | spi_rtio.c | 111 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_complete_multiple() 113 zassert_false(1, "Buffer contents are different"); in spi_complete_multiple() 120 LOG_ERR("Buffer 2 contents are different: %s", buffer_print_tx2); in spi_complete_multiple() 122 zassert_false(1, "Buffer 2 contents are different"); in spi_complete_multiple() 157 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_complete_loop() 159 zassert_false(1, "Buffer contents are different"); in spi_complete_loop() 243 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_rx_half_start() 245 zassert_false(1, "Buffer contents are different"); in spi_rx_half_start() 298 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_rx_half_end() 300 zassert_false(1, "Buffer contents are different"); in spi_rx_half_end() [all …]
|
/Zephyr-latest/scripts/build/ |
D | parse_syscalls.py | 21 If the output JSON file already exists, its contents are checked against 53 def tagged_struct_update(target_list, tag, contents): argument 55 items = [mo.groups()[0].strip() for mo in regex.finditer(contents)] 72 contents = fp.read() 74 for one_file in contents.split(";"): 120 contents = fp.read() 131 for mo in syscall_regex.finditer(contents)] 133 tagged_struct_update(tagged_ret[tag], tag, contents)
|
/Zephyr-latest/doc/_scripts/ |
D | gen_helpers.py | 13 Writes 's' as the contents of <out_dir>/<filename>, but only if it 14 differs from the current contents of the file. This avoids unnecessary
|
/Zephyr-latest/doc/services/storage/fcb/ |
D | fcb.rst | 20 the entry, and checksum over the entry contents. 47 - Use :c:func:`flash_area_write` to write entry contents. 51 To read contents of the circular buffer: 63 - Use :c:func:`flash_area_read` to read entry contents.
|
/Zephyr-latest/doc/build/dts/ |
D | bindings.rst | 10 A devicetree binding declares requirements on the contents of nodes, and 11 provides semantic information about the contents of valid nodes. Zephyr
|
D | intro-scope-purpose.rst | 23 describe its contents, including data types. The :ref:`build system 25 header. The generated header's contents are abstracted by the ``devicetree.h``
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 882 Contents 892 #doc-content > div > div.contents, 893 .PageDoc > div.contents { 900 div.contents .textblock { 906 div.contents, div.header .title, div.header .summary { 910 div.contents, div.header .title { 953 div.contents { 957 div.contents p, div.contents li { 961 div.contents div.dyncontent { 966 html:not(.light-mode) div.contents div.dyncontent img, [all …]
|
/Zephyr-latest/samples/subsys/llext/shell_loader/ |
D | README.rst | 76 CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE 78 CONTENTS, ALLOC, LOAD, DATA 82 CONTENTS, ALLOC, LOAD, READONLY, DATA 84 CONTENTS, READONLY 86 CONTENTS, READONLY
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | gdbstub.h | 28 * The exception stack frame contents used by gdbstub. The contents
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nxp_s32 | 39 Verify contents of memory after erased. 44 Verify contents of memory after written.
|
/Zephyr-latest/include/zephyr/drivers/mm/ |
D | mm_drv_intel_adsp_mtl_tlb.h | 14 * This function will save contents of the physical memory banks into a provided storage buffer 36 * This function will restore the contents and power state of the physical memory banks
|
/Zephyr-latest/samples/boards/espressif/flash_encryption/ |
D | README.rst | 9 Flash encryption is intended for encrypting the contents of the ESP32's off-chip flash memory. 12 recover most flash contents. This is a hardware feature that can be enabled in MCUboot build process 20 readout of encrypted flash contents. 25 contents. When release mode is selected..
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | isoal.h | 76 * ISO socket, the contents of which is generally an array of encoded bytes. 98 /** PDU contents */ 110 /** Status of contents, if valid or SDU was lost. 121 /** Contents and length can only be trusted if status is valid */ 122 struct isoal_sdu_buffer contents; member 141 /** Status of contents, if valid or SDU was lost. 159 /** Contents information provided at PDU allocation */ 160 struct isoal_pdu_buffer contents; member 168 /** PDU contents and length can only be trusted if status is valid */
|
/Zephyr-latest/tests/drivers/interrupt_controller/multi_level_backend/ |
D | prj.conf | 11 # Uncomment the following to dump the contents of intc_table
|
/Zephyr-latest/dts/ |
D | binding-template.yaml | 1 # The contents of this file have been moved to the documentation.
|
/Zephyr-latest/doc/_static/latex/ |
D | preamble.tex | 14 \addto\captionsenglish{\renewcommand{\contentsname}{Table of contents}}
|
/Zephyr-latest/drivers/disk/ |
D | Kconfig.loopback | 8 Enables mounting the contents of a file as a separate disk.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ip_4_6.rst | 6 .. contents::
|
D | net_linkaddr.rst | 6 .. contents::
|
D | sntp.rst | 6 .. contents::
|
D | dhcpv6.rst | 6 .. contents::
|
D | lldp.rst | 6 .. contents::
|
/Zephyr-latest/doc/ |
D | index-tex.rst | 14 :caption: Contents
|
/Zephyr-latest/submanifests/ |
D | example.yaml.sample | 3 # To make this work, copy this file's contents to a new file,
|