Searched refs:handle_flash_begin (Results 1 – 3 of 3) sorted by relevance
17 esp_command_error handle_flash_begin(uint32_t total_size, uint32_t offset);
200 esp_command_error handle_flash_begin(uint32_t total_size, uint32_t offset) { in handle_flash_begin() function226 esp_command_error err = handle_flash_begin(uncompressed_size, offset); in handle_flash_deflated_begin()
291 … error = verify_data_len(command, 16) || handle_flash_begin(data_words[0], data_words[3]); in cmd_loop()