esp_mmu_paddr_find_caps() is only used within ESP-IDF.
 
Symbols
loading (4/5)...
Files
loading (4/5)...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

- ESP_OK: Physical address successfully mapped. - ESP_ERR_INVALID_ARG: Null pointer - ESP_ERR_NOT_FOUND: Physical address is not mapped successfully.

Notes

This API only check one page (see CONFIG_MMU_PAGE_SIZE), starting from the `paddr`

References