ESP-IDF
DPORT_APP_CACHE_ENABLE_S
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
DPORT_APP_CACHE_ENABLE_S
DPORT_APP_CACHE_ENABLE_S macro
Syntax
Show:
Summary
Declaration
from
dport_reg.h:486
#define
DPORT_APP_CACHE_ENABLE_S
3
Examples
References
from
examples
Code
Location
#define
DPORT_APP_CACHE_ENABLE_S
3
dport_reg.h:486
DPORT_SET_PERI_REG_BITS
(
DPORT_APP_CACHE_CTRL_REG
,
1
,
1
,
DPORT_APP_CACHE_ENABLE_S
)
;
esp_psram_extram_cache.c:44
DPORT_SET_PERI_REG_BITS
(
DPORT_APP_CACHE_CTRL_REG
,
1
,
0
,
DPORT_APP_CACHE_ENABLE_S
)
;
esp_psram_extram_cache.c:76
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