Home
last modified time | relevance | path

Searched refs:Files (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-3.6.0/docs/zh_CN/get-started/
Dwindows-setup-scratch.rst84 将压缩包文件解压到 ``C:\Program Files``(或其他位置)。压缩包文件包含一个 ``{IDF_TARGET_TOOLCHAIN_PREFIX}`` 目录。
86 然后,请将该目录下的 ``bin`` 子目录 :ref:`添加到 Path 环境变量 <add-directory-windows-path>`。例如,将目录 ``C:\Program Files\…
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dperfmon.rst15 Header Files
/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp/main/
DCMakeLists.txt11 # Files should be placed into a separate directory (in this case, ulp/),
/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp_adc/main/
DCMakeLists.txt11 # Files should be placed into a separate directory (in this case, ulp/),
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dwear-levelling.rst17 Header Files
/hal_espressif-3.6.0/examples/system/ulp_riscv/ds18b20_onewire/main/
DCMakeLists.txt15 # Files should be placed into a separate directory (in this case, ulp/),
/hal_espressif-3.6.0/examples/system/ulp_riscv/gpio/main/
DCMakeLists.txt15 # Files should be placed into a separate directory (in this case, ulp/),
/hal_espressif-3.6.0/components/fatfs/src/
D00readme.txt1 FatFs Module Source Files R0.13c
Dff.c446 static FILESEM Files[FF_FS_LOCK]; /* Open object lock semaphores */ variable
944 if (Files[i].fs) { /* Existing entry */ in chk_lock()
945 if (Files[i].fs == dp->obj.fs && /* Check if the object matches with an open object */ in chk_lock()
946 Files[i].clu == dp->obj.sclust && in chk_lock()
947 Files[i].ofs == dp->dptr) break; in chk_lock()
957 return (acc != 0 || Files[i].ctr == 0x100) ? FR_LOCKED : FR_OK; in chk_lock()
965 for (i = 0; i < FF_FS_LOCK && Files[i].fs; i++) ; in enq_lock()
979 if (Files[i].fs == dp->obj.fs && in inc_lock()
980 Files[i].clu == dp->obj.sclust && in inc_lock()
981 Files[i].ofs == dp->dptr) break; in inc_lock()
[all …]
/hal_espressif-3.6.0/docs/en/get-started/
Dwindows-setup-scratch.rst84 Unzip the zip file to ``C:\Program Files`` (or some other location). The zip file contains a single…
86 …ory-windows-path>`. For example, the directory to add may be ``C:\Program Files\{IDF_TARGET_TOOLCH…
/hal_espressif-3.6.0/tools/ldgen/
DREADME.md6 ### Source Files
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/
Ddump-cmd.rst85 Save Dump To Files
/hal_espressif-3.6.0/docs/en/api-guides/
Dhardware-abstraction.rst31 … will generally consist of the header files described in the table below. Files that are **Target …
37 .. list-table:: Hardware Abstraction Header Files
Ddeep-sleep-stub.rst50 …e function into any source file whose name starts with ``rtc_wake_stub``. Files names ``rtc_wake_s…
Dlinker-script-generation.rst216 Linker Fragment Files
306 Compatibility with ESP-IDF v3.x Linker Script Fragment Files argument
Dbuild-system.rst265 …, and its integration into the overall project. See `Component CMakeLists Files`_ for more details.
346 Component CMakeLists Files
/hal_espressif-3.6.0/tools/test_apps/
DREADME.md21 ## Configuration Files
/hal_espressif-3.6.0/examples/protocols/http_server/file_serving/
DREADME.md18 |`/upload/<file path>` | POST | For uploading files on to SPIFFS. Files are sent as body of HTTP…
/hal_espressif-3.6.0/components/wear_levelling/doc/
Dwl_sw_structure.rst14 The WLC Files
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/
Dflashing-firmware.rst23 Binary Files Location
/hal_espressif-3.6.0/docs/en/security/
Dflash-encryption.rst873 Manually Encrypting Files