Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dstub_commands.h28 esp_command_error handle_mem_begin(uint32_t size, uint32_t offset);
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_commands.c212 esp_command_error handle_mem_begin(uint32_t size, uint32_t offset) in handle_mem_begin() function
Dstub_flasher.c356 error = verify_data_len(command, 16) || handle_mem_begin(data_words[0], data_words[3]); in cmd_loop()