Home
last modified time | relevance | path

Searched refs:chunk (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.4.0/tools/
Dmkuf2.py68 def _write_block(self, addr, chunk, len_chunk, block_no, blocks): argument
80 block += chunk
84 md5_part += hashlib.md5(chunk).digest()
97 for i, chunk in enumerate(iter(partial(fin.read, self.CHUNK_SIZE), b'')):
98 len_chunk = len(chunk)
99 self._write_block(a, chunk, len_chunk, i, blocks)
Dmkdfu.py152 for i, chunk in enumerate(iter(partial(f.read, self.part_size), b'')):
154 self._add_cpio_flash_entry(n, flash_addr, chunk)
155 flash_addr += len(chunk)
/hal_espressif-3.4.0/examples/protocols/http_server/restful_server/main/
Drest_server.c80 char *chunk = rest_context->scratch; in rest_common_get_handler() local
84 read_bytes = read(fd, chunk, SCRATCH_BUFSIZE); in rest_common_get_handler()
89 if (httpd_resp_send_chunk(req, chunk, read_bytes) != ESP_OK) { in rest_common_get_handler()
/hal_espressif-3.4.0/tools/test_idf_monitor/
Drun_test_idf_monitor.py139 for chunk in iter(lambda: f.read(1024), b''):
140 client.sendall(chunk)
/hal_espressif-3.4.0/examples/protocols/http_server/file_serving/main/
Dfile_server.c253 char *chunk = ((struct file_server_data *)req->user_ctx)->scratch; in download_get_handler() local
257 chunksize = fread(chunk, 1, SCRATCH_BUFSIZE, fd); in download_get_handler()
261 if (httpd_resp_send_chunk(req, chunk, chunksize) != ESP_OK) { in download_get_handler()
/hal_espressif-3.4.0/tools/test_mkuf2/
Dtest_mkuf2.py81 for chunk in iter(partial(f.read, mkuf2.UF2Writer.UF2_BLOCK_SIZE), b''):
82 yield UF2Block(chunk)
/hal_espressif-3.4.0/components/spi_flash/
DKconfig165 int "Flash write chunk size"
170 This configuration options helps to set individual write chunk size, smaller
/hal_espressif-3.4.0/components/esp32s3/
DKconfig281 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor)
292 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor)
/hal_espressif-3.4.0/docs/en/api-guides/
Dapp_trace.rst125 …p_apptrace_down_buffer_put()`` functions. They allow developers to occupy chunk of read buffer and…
165chunk is read by the host. To handle such conditions tracing module prepends all user data chunks …
/hal_espressif-3.4.0/docs/en/api-reference/storage/
Dnvs_flash.rst316 …Used to store the index of a blob-data chunk for blob types. For other types, this should be ``0xf…
336 …(Only for blob index.) ChunkIndex of the first blob-data chunk of this blob. Subsequent chunks hav…
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Dspi_slave.rst94 Normally, the data that needs to be transferred to or from a Device is read or written to a chunk o…
Dspi_master.rst218 …s to be transferred to or from a Device will be read from or written to a chunk of memory indicate…
/hal_espressif-3.4.0/components/esp32s2/
DKconfig213 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor)
/hal_espressif-3.4.0/components/esp32/
DKconfig481 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor)
492 … has taken through the program. This is stored in a chunk of 32K (16K for single-processor)
/hal_espressif-3.4.0/components/esp_rom/esp32/ld/
Desp32.rom.ld1376 compatible. These functions also use a chunk of static RAM, by not using them we can
/hal_espressif-3.4.0/tools/test_idf_monitor/tests/
Din2.txt1010 D (97119) mdf_http_server_parser: [mdf_device_request, 150]:mdf_wifi_mesh_root_send conn->chunk: 0,…