Searched refs:read_result (Results 1 – 1 of 1) sorted by relevance
49 esp_err_t read_result = esp_partition_read(mESPPartition, src_offset, dst, size); in read() local50 if (read_result != ESP_OK) { in read()51 return read_result; in read()