mmu_ctx_t is only used within ESP-IDF.
 
Symbols
loading (4/5)...
Files
loading (4/5)...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
uint32_t
number of memory regions that are available, after coalescing, this number should be smaller than or equal to `SOC_MMU_LINEAR_ADDRESS_REGION_NUM`.
This saves the available MMU linear address regions, after reserving flash .rodata and .text, and after coalescing. Only the first `num_regions` items are valid.

References