ESP-IDF
spi_flash_mmap_memory_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spi_flash_mmap_memory_t
spi_flash_mmap_memory_t enum
Syntax
Show:
Summary
Declaration
from
spi_flash_mmap.h:36
enum
{
SPI_FLASH_MMAP_DATA
,
SPI_FLASH_MMAP_INST
,
}
;
Values
Value
Declared as
Description
spi_flash_mmap_memory_t::SPI_FLASH_MMAP_DATA
map to data memory, allows byte-aligned access.
spi_flash_mmap_memory_t::SPI_FLASH_MMAP_INST
map to instruction memory, allows only 4-byte-aligned access.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
spi_flash_mmap.h:36
}
spi_flash_mmap_memory_t
;
spi_flash_mmap.h:39
esp_err_t
spi_flash_mmap
(
size_t
src_addr
,
size_t
size
,
spi_flash_mmap_memory_t
memory
,
flash_mmap.c:57
spi_flash_mmap()
spi_flash_mmap()::memory
esp_err_t
spi_flash_mmap_pages
(
const
int
*
pages
,
size_t
page_count
,
spi_flash_mmap_memory_t
memory
,
flash_mmap.c:162
spi_flash_mmap_pages()
spi_flash_mmap_pages()::memory
uint32_t
spi_flash_mmap_get_free_pages
(
spi_flash_mmap_memory_t
memory
)
flash_mmap.c:259
spi_flash_mmap_get_free_pages()
spi_flash_mmap_get_free_pages()::memory
const
void
*
spi_flash_phys2cache
(
size_t
phys_offs
,
spi_flash_mmap_memory_t
memory
)
flash_mmap.c:370
spi_flash_phys2cache()
spi_flash_phys2cache()::memory
esp_err_t
rc
=
spi_flash_mmap
(
mmap_addr
,
size
+
region_offset
,
(
spi_flash_mmap_memory_t
)
memory
,
out_ptr
,
(
spi_flash_mmap_handle_t
*
)
out_handle
)
;
partition_target.c:172
esp_partition_mmap()
}
spi_flash_mmap_memory_t
;
spi_flash_mmap.h:39
spi_flash_mmap_memory_t
esp_err_t
spi_flash_mmap
(
size_t
src_addr
,
size_t
size
,
spi_flash_mmap_memory_t
memory
,
spi_flash_mmap.h:68
spi_flash_mmap()
spi_flash_mmap()::memory
esp_err_t
spi_flash_mmap_pages
(
const
int
*
pages
,
size_t
page_count
,
spi_flash_mmap_memory_t
memory
,
spi_flash_mmap.h:94
spi_flash_mmap_pages()
spi_flash_mmap_pages()::memory
uint32_t
spi_flash_mmap_get_free_pages
(
spi_flash_mmap_memory_t
memory
)
;
spi_flash_mmap.h:130
spi_flash_mmap_get_free_pages()
spi_flash_mmap_get_free_pages()::memory
const
void
*
spi_flash_phys2cache
(
size_t
phys_offs
,
spi_flash_mmap_memory_t
memory
)
;
spi_flash_mmap.h:166
spi_flash_phys2cache()
spi_flash_phys2cache()::memory
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
Instance
Scope
Location
Project
spi_flash_mmap()::memory
spi_flash_mmap()
spi_flash_mmap.h:68
spi_flash_mmap_pages()::memory
spi_flash_mmap_pages()
spi_flash_mmap.h:94
spi_flash_mmap_get_free_pages()::memory
spi_flash_mmap_get_free_pages()
spi_flash_mmap.h:130
spi_flash_phys2cache()::memory
spi_flash_phys2cache()
spi_flash_mmap.h:166
spi_flash_mmap()::memory
spi_flash_mmap()
flash_mmap.c:57
spi_flash_mmap_pages()::memory
spi_flash_mmap_pages()
flash_mmap.c:162
spi_flash_mmap_get_free_pages()::memory
spi_flash_mmap_get_free_pages()
flash_mmap.c:259
spi_flash_phys2cache()::memory
spi_flash_phys2cache()
flash_mmap.c:370
Lifecycle
from
examples
All items filtered out
All items filtered out