ESP-IDF
DPORT_CORE_RST_EN_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_CORE_RST_EN_REG
DPORT_CORE_RST_EN_REG macro
Syntax
Show:
Summary
Declaration
from
dport_reg.h:1064
#define
DPORT_CORE_RST_EN_REG
(
DR_REG_DPORT_BASE
+
0x0D0
)
Examples
References
from
examples
Code
Location
#define
DPORT_CORE_RST_EN_REG
(
DR_REG_DPORT_BASE
+
0x0D0
)
dport_reg.h:1064
return
DPORT_CORE_RST_EN_REG
;
clk_gate_ll.h:217
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_CORE_RST_EN_REG
,
0
)
;
clk_gate_ll.h:260
DPORT_SET_PERI_REG_MASK
(
DPORT_CORE_RST_EN_REG
,
0
)
;
clk_gate_ll.h:266
DPORT_WRITE_PERI_REG
(
DPORT_CORE_RST_EN_REG
,
DPORT_EMAC_RST
)
;
emac_ll.h:173
DPORT_WRITE_PERI_REG
(
DPORT_CORE_RST_EN_REG
,
0
)
;
emac_ll.h:174
DPORT_SET_PERI_REG_MASK
(
DPORT_CORE_RST_EN_REG
,
MODEM_RESET_FIELD_WHEN_PU
)
;
phy_init.c:404
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_CORE_RST_EN_REG
,
MODEM_RESET_FIELD_WHEN_PU
)
;
phy_init.c:405
DPORT_WRITE_PERI_REG
(
DPORT_CORE_RST_EN_REG
,
DPORT_SDIO_RST
)
;
sdio_slave_ll.h:101
DPORT_WRITE_PERI_REG
(
DPORT_CORE_RST_EN_REG
,
0
)
;
sdio_slave_ll.h:102
DPORT_SET_PERI_REG_MASK
(
DPORT_CORE_RST_EN_REG
,
DPORT_SDIO_HOST_RST
)
;
sdmmc_ll.h:122
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_CORE_RST_EN_REG
,
DPORT_SDIO_HOST_RST
)
;
sdmmc_ll.h:123
DPORT_SET_PERI_REG_MASK
(
DPORT_CORE_RST_EN_REG
,
system_internal.c:41
DPORT_REG_WRITE
(
DPORT_CORE_RST_EN_REG
,
0
)
;
system_internal.c:45
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