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

Return value

- ESP_OK if the memory could be mapped - ESP_ERR_INVALID_ARG if offset, range or len aren't MMU-block-aligned (32K) - ESP_ERR_INVALID_SIZE if the offsets/lengths don't fit in the allocated memory or range - ESP_ERR_INVALID_STATE if a block in the selected ram offset/length is already mapped, or if a block in the selected range offset/length already has a mapping.

Notes

The region to be mapped needs to have offsets and sizes that are aligned to the SPI RAM MMU block size (32K)

References

from 0/1 examples