ESP-IDF
map
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
map
map variable
Syntax
Show:
Summary
Declaration
from
bootloader_flash.c:52
static
spi_flash_mmap_handle_t
map
;
Examples
References
from
examples
Code
Location
Referrer
static
spi_flash_mmap_handle_t
map
;
bootloader_flash.c:52
if
(
map
)
{
bootloader_flash.c:61
bootloader_mmap()
esp_err_t
err
=
spi_flash_mmap
(
src_page
,
size
,
SPI_FLASH_MMAP_DATA
,
&
result
,
&
map
)
;
bootloader_flash.c:68
bootloader_mmap()
if
(
mapping
&&
map
)
{
bootloader_flash.c:78
bootloader_munmap()
spi_flash_munmap
(
map
)
;
bootloader_flash.c:79
bootloader_munmap()
map
=
0
;
bootloader_flash.c:81
bootloader_munmap()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
map
is written by 1 function and is read by 2 functions:
bootloader_munmap()
All items filtered out
map
bootloader_mmap()
bootloader_munmap()
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