Searched refs:handle_flash_deflated_begin (Results 1 – 3 of 3) sorted by relevance
19 esp_command_error handle_flash_deflated_begin(uint32_t uncompressed_size, uint32_t compressed_size,…
304 …error = verify_data_len(command, 16) || handle_flash_deflated_begin(data_words[0], data_words[1] *… in cmd_loop()
225 esp_command_error handle_flash_deflated_begin(uint32_t uncompressed_size, uint32_t compressed_size,… in handle_flash_deflated_begin() function