esp_mmu_unmap() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall TreeData UseLifecycle

Return value

- ESP_OK - ESP_ERR_INVALID_ARG: Null pointer - ESP_ERR_NOT_FOUND: Vaddr is not in external memory, or it's not mapped yet

Notes

This API does not guarantee thread safety

References