Home
last modified time | relevance | path

Searched refs:handle_flash_begin (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/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-latest/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() function
226 esp_command_error err = handle_flash_begin(uncompressed_size, offset); in handle_flash_deflated_begin()
Dstub_flasher.c291 … error = verify_data_len(command, 16) || handle_flash_begin(data_words[0], data_words[3]); in cmd_loop()