ESP-IDF
DPORT_APP_CACHE_CTRL1_REG
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
DPORT_APP_CACHE_CTRL1_REG
DPORT_APP_CACHE_CTRL1_REG macro
Syntax
Show:
Summary
Declaration
from
dport_reg.h:494
#define
DPORT_APP_CACHE_CTRL1_REG
(
DR_REG_DPORT_BASE
+
0x05C
)
Examples
References
from
examples
Code
Location
#define
DPORT_APP_CACHE_CTRL1_REG
(
DR_REG_DPORT_BASE
+
0x05C
)
dport_reg.h:494
DPORT_REG_CLR_BIT
(
DPORT_APP_CACHE_CTRL1_REG
,
bus_mask
)
;
cache_ll.h:164
uint32_t
bus_mask
=
DPORT_REG_READ
(
DPORT_APP_CACHE_CTRL1_REG
)
;
cache_ll.h:189
DPORT_REG_SET_BIT
(
DPORT_APP_CACHE_CTRL1_REG
,
bus_mask
)
;
cache_ll.h:231
DPORT_REG_SET_FIELD
(
DPORT_APP_CACHE_CTRL1_REG
,
DPORT_APP_CMMU_SRAM_PAGE_MODE
,
mask_s
)
;
cache_sram_mmu.c:119
DPORT_REG_SET_BIT
(
DPORT_APP_CACHE_CTRL1_REG
,
DPORT_APP_CACHE_MMU_IA_CLR
)
;
cpu_start.c:355
DPORT_REG_CLR_BIT
(
DPORT_APP_CACHE_CTRL1_REG
,
DPORT_APP_CACHE_MMU_IA_CLR
)
;
cpu_start.c:357
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_APP_CACHE_CTRL1_REG
,
DPORT_APP_CACHE_MASK_DRAM1
)
;
esp_psram.c:125
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_APP_CACHE_CTRL1_REG
,
DPORT_APP_CACHE_MASK_DRAM1
|
DPORT_APP_CACHE_MASK_OPSDRAM
)
;
//use Dram1 to visit ext sram.
esp_psram_impl_quad.c:1143
DPORT_SET_PERI_REG_BITS
(
DPORT_APP_CACHE_CTRL1_REG
,
DPORT_APP_CMMU_SRAM_PAGE_MODE
,
0
,
DPORT_APP_CMMU_SRAM_PAGE_MODE_S
)
;
esp_psram_impl_quad.c:1145
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_APP_CACHE_CTRL1_REG
,
DPORT_APP_CMMU_FORCE_ON
)
;
rtc_init.c:51
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