Home
last modified time | relevance | path

Searched refs:batch (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-3.6.0/components/esp_netif/lwip/
Desp_netif_lwip_slip.c173 int batch = (len - sent) > max_batch ? max_batch : (len - sent); in esp_netif_lwip_slip_input() local
174 slipif_received_bytes(netif->lwip_netif, buffer+sent, batch); in esp_netif_lwip_slip_input()
175 sent += batch; in esp_netif_lwip_slip_input()
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/
Dexecute-scripts-cmd.rst24 …eger index (it means the number of chip in the batch in the range 1 - the max number of chips in t…
78 …s the number of chip in the batch, you increment it by your own script in the range 1 - the max nu…
/hal_espressif-3.6.0/docs/en/api-guides/tools/
Didf-windows-installer.rst31 .. code-block:: batch
50 .. code-block:: batch
/hal_espressif-3.6.0/components/xtensa/trax/test/
DMakefile32 $(GDB) -n --batch -x gdbinit | tee $(GDB_LOG)
/hal_espressif-3.6.0/examples/wifi/wifi_enterprise/
DREADME.md71 …openssl ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key (password) -out client.crt -ext…
72 …openssl ca -batch -keyfile ca.key -cert ca.pem -in server.csr -key (password) -out server.crt -ext…
/hal_espressif-3.6.0/components/esp_wifi/test_md5/
Dtest_md5.sh54 MD5_FROM_LIB=$(${PREFIX}gdb -n -batch ${ELF_FILE} -ex "${GDB_COMMAND}")
/hal_espressif-3.6.0/docs/en/api-reference/system/
Defuse.rst205 ``The batch writing mode`` blocks ``esp_efuse_read_...`` operations.
216batch writing mode``. Firstly set this mode through :cpp:func:`esp_efuse_batch_write_begin` functi…
233 * :cpp:func:`esp_efuse_batch_write_begin` - set the batch mode of writing fields.
234 …efuse_batch_write_commit` - writes all prepared data for batch writing mode and reset the batch wr…
235 * :cpp:func:`esp_efuse_batch_write_cancel` - reset the batch writing mode and prepared data.
/hal_espressif-3.6.0/docs/zh_CN/get-started/
Dindex.rst248 .. code-block:: batch
324 .. code-block:: batch
387 .. code-block:: batch
437 .. code-block:: batch
473 .. code-block:: batch
/hal_espressif-3.6.0/docs/zh_CN/get-started-legacy/
Dindex.rst200 .. code-block:: batch
251 .. code-block:: batch
/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/
Desp32c3.inc61 .. code-block:: batch
Desp32s2.inc61 .. code-block:: batch
Desp32.inc62 .. code-block:: batch
Desp32s3.inc68 .. code-block:: batch
Dindex.rst281 .. code-block:: batch
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/
Desp32s2.inc61 .. code-block:: batch
Desp32c3.inc64 .. code-block:: batch
Desp32s3.inc68 .. code-block:: batch
Desp32.inc62 .. code-block:: batch
Dindex.rst279 .. code-block:: batch
/hal_espressif-3.6.0/docs/en/get-started/
Dindex.rst248 .. code-block:: batch
324 .. code-block:: batch
387 .. code-block:: batch
437 .. code-block:: batch
473 .. code-block:: batch
/hal_espressif-3.6.0/docs/en/get-started-legacy/
Dindex.rst200 .. code-block:: batch
251 .. code-block:: batch
/hal_espressif-3.6.0/examples/system/efuse/
DREADME.md145 I (397) example: You should use the batch mode of writing fields for this
/hal_espressif-3.6.0/components/freertos/
DHistory.txt1290 that the CreateProjectDirectoryStructure.bat batch file needs to be
2357 batch files used previously have been deleted. This means a recent
2397 + GCC LPC2106 port - Corrected the optimisation options in the batch files