ESP-IDF
MMU_FLASH_MASK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
MMU_FLASH_MASK
MMU_FLASH_MASK macro
Syntax
Show:
Summary
Declaration
from
bootloader_flash_priv.h:26
#define
MMU_FLASH_MASK
(
~
(
SPI_FLASH_MMU_PAGE_SIZE
-
1
)
)
Examples
References
from
examples
Code
Location
#define
MMU_FLASH_MASK
(
~
(
SPI_FLASH_MMU_PAGE_SIZE
-
1
)
)
bootloader_flash_priv.h:26
#define
MMU_FLASH_MASK
(
~
(
CONFIG_MMU_PAGE_SIZE
-
1
)
)
image_process.c:45
uint32_t
map_at
=
word_src
&
MMU_FLASH_MASK
;
/* Map this 64KB block from flash */
image_process.c:95
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out