Home
last modified time | relevance | path

Searched refs:total_size (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/include/
Dstub_write_flash.h17 esp_command_error handle_flash_begin(uint32_t total_size, uint32_t offset);
/hal_espressif-3.7.0/components/bt/common/osi/
Dconfig.c308 int w_len = 0, total_size = 0; in get_config_size() local
313 total_size += w_len; in get_config_size()
318 total_size += w_len; in get_config_size()
323 total_size ++; //'\n' in get_config_size()
328 total_size ++; //'\0' in get_config_size()
329 return total_size; in get_config_size()
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/
Dstub_write_flash.c200 esp_command_error handle_flash_begin(uint32_t total_size, uint32_t offset) { in handle_flash_begin() argument
204 fs.remaining = total_size; in handle_flash_begin()
205 …fs.remaining_erase_sector = ((offset % FLASH_SECTOR_SIZE) + total_size + FLASH_SECTOR_SIZE - 1) / … in handle_flash_begin()
/hal_espressif-3.7.0/components/heap/
Dheap_caps.c518 size_t total_size = 0; in heap_caps_get_total_size() local
522 total_size += (heap->end - heap->start); in heap_caps_get_total_size()
525 return total_size; in heap_caps_get_total_size()
/hal_espressif-3.7.0/tools/esptool_py/esptool/
Dloader.py1251 total_size = size
1262 total_size,