ESP-IDF
cache_flash_mmu_set_rom()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
cache_flash_mmu_set_rom()
cache_flash_mmu_set_rom() function
Syntax
Show:
Summary
Declaration
from
cache.h:70
extern
unsigned
int
cache_flash_mmu_set_rom
(
int
cpu_no
,
int
pid
,
unsigned
int
vaddr
,
unsigned
int
paddr
,
int
psize
,
int
num
)
;
Arguments
Argument
cpu_no
pid
vaddr
paddr
psize
num
Examples
References
from
examples
Code
Location
Referrer
extern
unsigned
int
cache_flash_mmu_set_rom
(
int
cpu_no
,
int
pid
,
unsigned
int
vaddr
,
unsigned
int
paddr
,
int
psize
,
int
num
)
;
cache.h:70
ret
=
cache_flash_mmu_set_rom
(
cpu_no
,
pid
,
vaddr
,
paddr
,
psize
,
num
)
;
cache.h:75
cache_flash_mmu_set()
Call Tree
from
examples
cache_flash_mmu_set_rom()
is called by 1 function:
cache_flash_mmu_set()
All items filtered out
cache_flash_mmu_set_rom()
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