Searched refs:contents (Results 1 – 25 of 234) sorted by relevance
12345678910
/Zephyr-Core-3.7.0/scripts/build/ |
D | parse_syscalls.py | 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-Core-3.7.0/doc/_doxygen/ |
D | doxygen-awesome.css | 886 #doc-content > div > div.contents, 887 .PageDoc > div.contents { 894 div.contents .textblock { 900 div.contents, div.header .title, div.header .summary { 904 div.contents, div.header .title { 947 div.contents { 951 div.contents p, div.contents li { 955 div.contents div.dyncontent { 960 html:not(.light-mode) div.contents div.dyncontent img, 961 html:not(.light-mode) div.contents center img, [all …]
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/doc/connectivity/networking/api/ |
D | ip_4_6.rst | 6 .. contents::
|
D | sntp.rst | 6 .. contents::
|
D | ptp_time.rst | 7 .. contents::
|
D | net_linkaddr.rst | 6 .. contents::
|
D | lldp.rst | 6 .. contents::
|
D | trickle.rst | 6 .. contents::
|
D | dhcpv6.rst | 6 .. contents::
|
D | dhcpv4.rst | 6 .. contents::
|
D | net_core.rst | 6 .. contents::
|
/Zephyr-Core-3.7.0/scripts/dts/ |
D | gen_driver_kconfig_dts.py | 73 contents = f.read() 78 raw = yaml.load(contents, Loader=SafeLoader)
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/doc/_static/latex/ |
D | preamble.tex | 14 \addto\captionsenglish{\renewcommand{\contentsname}{Table of contents}}
|
D | title.tex | 11 contents={\sphinxlogo},
|
/Zephyr-Core-3.7.0/scripts/ci/ |
D | guideline_check.py | 20 def parse_coccinelle(contents: str, violations: dict): 22 for line in contents.split("\n"):
|
/Zephyr-Core-3.7.0/samples/boards/esp32/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-Core-3.7.0/drivers/disk/ |
D | Kconfig.loopback | 8 Enables mounting the contents of a file as a separate disk.
|
/Zephyr-Core-3.7.0/drivers/flash/ |
D | Kconfig.nxp_s32 | 39 Verify contents of memory after erased. 44 Verify contents of memory after written.
|
/Zephyr-Core-3.7.0/submanifests/ |
D | example.yaml.sample | 3 # To make this work, copy this file's contents to a new file,
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/ |
D | isoal.c | 438 &sdu->contents /* [out] Updated with pointer and size */ in isoal_rx_allocate_sdu() 447 sp->sdu_available = sdu->contents.size; in isoal_rx_allocate_sdu() 448 LL_ASSERT(sdu->contents.size > 0); in isoal_rx_allocate_sdu() 696 err |= session->sdu_write(sdu->contents.dbuf, in isoal_rx_append_to_sdu() 1475 source->session.pdu_release(pp->pdu.contents.handle, in isoal_source_deallocate() 1698 node_tx = produced_pdu->contents.handle; in isoal_tx_pdu_emit() 1708 produced_pdu->contents.pdu->ll_id = pdu_ll_id; in isoal_tx_pdu_emit() 1710 produced_pdu->contents.pdu->len = (uint8_t)payload_size; in isoal_tx_pdu_emit() 1717 produced_pdu->contents.pdu->len, sdu_fragments); in isoal_tx_pdu_emit() 1757 &pdu->contents /* [out] Updated with pointer and size */ in isoal_tx_allocate_pdu() [all …]
|
/Zephyr-Core-3.7.0/scripts/footprint/ |
D | upload_data.py | 66 contents = json.load(fp) 67 root = importer.import_(contents['symbols'])
|
/Zephyr-Core-3.7.0/doc/kernel/data_structures/ |
D | spsc_pbuf.rst | 7 buffer, whose contents are stored in first-in-first-out order. Variable size
|
12345678910