ESP-IDF + 0/3 examples
SourceVu will show references to esp_ota_get_partition_description() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedExamplesReferencesCall TreeData Use

Return value

- ESP_OK Successful. - ESP_ERR_NOT_FOUND app_desc structure is not found. Magic word is incorrect. - ESP_ERR_NOT_SUPPORTED Partition is not application. - ESP_ERR_INVALID_ARG Arguments is NULL or if partition's offset exceeds partition size. - ESP_ERR_INVALID_SIZE Read would go out of bounds of the partition. - or one of error codes from lower-level flash driver.

References

from 0/3 examples