Home
last modified time | relevance | path

Searched refs:tcl (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/
Dtips-and-quirks.rst123 …g``),它们位于 OpenOCD 安装目录的 ``share/openocd/scripts`` 子目录中(或者在 OpenOCD 源码目录的 ``tcl/scripts`` 目录中)。本文主要…
154 .. code-block:: tcl
Dindex.rst277 export OPENOCD_SCRIPTS=$PWD/tcl
284 set "OPENOCD_SCRIPTS=%CD%\tcl"
Desp32s3.inc34 Info : Listening on port 6666 for tcl connections
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/
Desp32c3.inc32 Info : Listening on port 6666 for tcl connections
Desp32s3.inc34 Info : Listening on port 6666 for tcl connections
Dindex.rst275 export OPENOCD_SCRIPTS=$PWD/tcl
282 set "OPENOCD_SCRIPTS=%CD%\tcl"
Dtips-and-quirks.rst123 …ories of ``share/openocd/scripts`` directory of OpenOCD distribution (or ``tcl/scripts`` directory…
154 .. code-block:: tcl
/hal_espressif-3.6.0/components/fatfs/src/
Dff.c4264 DWORD cl, pcl, ncl, tcl, dsc, tlen, ulen, *tbl; local
4285 tcl = cl; ncl = 0; ulen += 2; /* Top, length and used items */
4293 *tbl++ = ncl; *tbl++ = tcl;
5378 DWORD n, clst, stcl, scl, ncl, tcl, lclst; local
5388 tcl = (DWORD)(fsz / n) + ((fsz & (n - 1)) ? 1 : 0); /* Number of clusters required */
5394 scl = find_bitmap(fs, stcl, tcl); /* Find a contiguous cluster block */
5399 res = change_bitmap(fs, scl, tcl, 1); /* Mark the cluster block 'in use' */
5400 lclst = scl + tcl - 1;
5415 if (++ncl == tcl) break; /* Break if a contiguous cluster block is found */
5423 for (clst = scl, n = tcl; n; clst++, n--) { /* Create a cluster chain on the FAT */
[all …]