Searched refs:wrapped (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.6.0/docs/_static/diagrams/ring-buffer/ |
D | ring_buffer_read_ret_byte_buf.diag | 2 #Buffer of 128 bytes, with 68 bytes occupied but wrapped. All data is read
|
/hal_espressif-3.6.0/components/cxx/ |
D | CMakeLists.txt | 47 # Furthermore, force libcxx to appear later than libgcc because some libgcc unwind code is wrapped,…
|
/hal_espressif-3.6.0/docs/ |
D | page_redirects.txt | 8 # - For absolute URLs, the URL must be wrapped in double quotation marks. Whatever is inside the … 10 # - For relative URLs, must be relative to the document root only and MUST NOT be wrapped with an…
|
/hal_espressif-3.6.0/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 70 // the code should be wrapped in the ```cpp tag so that it will be displayed better.
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | dedic_gpio.rst | 126 …N_URL}#iomuxgpio>`__]. The supported dedicated CPU instructions are also wrapped inside `soc/cpu_l…
|
/hal_espressif-3.6.0/docs/en/api-reference/ |
D | kconfig.rst | 43 - Lines cannot be wrapped by backslash (because there is a bug in earlier versions of ``conf-idf`` …
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 1660 u8 *wrapped; in dpp_build_conf_req_attr() local 1728 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_req_attr() 1734 0, NULL, NULL, wrapped) < 0) in dpp_build_conf_req_attr() 1737 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_req_attr() 4264 u8 *wrapped; in dpp_build_conf_resp() local 4375 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_resp() 4380 1, addr, len, wrapped) < 0) in dpp_build_conf_resp() 4383 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE); in dpp_build_conf_resp()
|
/hal_espressif-3.6.0/examples/system/efuse/ |
D | README.md | 11 In this example, all write operations are wrapped in `#ifdef CONFIG_EFUSE_VIRTUAL ... # endif` to p…
|
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/ |
D | configure-ft2232h-jtag.rst | 144 This procedure can be wrapped into a shell script, if desired.
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | freertos_additions.rst | 227 …SendAcquire`` or ``SendComplete`` since acquired buffers are required to be complete (not wrapped).
|