Home
last modified time | relevance | path

Searched refs:wrapped (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/docs/_static/diagrams/ring-buffer/
Dring_buffer_read_ret_byte_buf.diag2 #Buffer of 128 bytes, with 68 bytes occupied but wrapped. All data is read
/hal_espressif-3.6.0/components/cxx/
DCMakeLists.txt47 # Furthermore, force libcxx to appear later than libgcc because some libgcc unwind code is wrapped,…
/hal_espressif-3.6.0/docs/
Dpage_redirects.txt8 # - 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/
Dbug_report.md70 // 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/
Ddedic_gpio.rst126 …N_URL}#iomuxgpio>`__]. The supported dedicated CPU instructions are also wrapped inside `soc/cpu_l…
/hal_espressif-3.6.0/docs/en/api-reference/
Dkconfig.rst43 - 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/
Ddpp.c1660 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/
DREADME.md11 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/
Dconfigure-ft2232h-jtag.rst144 This procedure can be wrapped into a shell script, if desired.
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dfreertos_additions.rst227 …SendAcquire`` or ``SendComplete`` since acquired buffers are required to be complete (not wrapped).