esp_mmu_map_reserve_block_with_caps() is only used within ESP-IDF.
 
Symbols
loading (1/5)...
Files
loading (3/5)...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

- ESP_OK: On success - ESP_ERR_INVALID_ARG: Invalid arguments, could be wrong caps makeup, or null pointer - ESP_ERR_NOT_FOUND: Didn't find enough memory with give caps

Notes

This private API shall be only called internally during startup stage. DO NOT call this API in your applications

References