ESP-IDF
DPORT_CPU_PER_CONF_REG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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_CPU_PER_CONF_REG
DPORT_CPU_PER_CONF_REG macro
Syntax
Show:
Summary
Declaration
from
dport_reg.h:154
#define
DPORT_CPU_PER_CONF_REG
(
DR_REG_DPORT_BASE
+
0x03C
)
Examples
References
from
examples
Code
Location
#define
DPORT_CPU_PER_CONF_REG
(
DR_REG_DPORT_BASE
+
0x03C
)
dport_reg.h:154
uint32_t
cpu_freq_sel
=
DPORT_REG_GET_FIELD
(
DPORT_CPU_PER_CONF_REG
,
DPORT_CPUPERIOD_SEL
)
;
clk_tree_ll.h:413
DPORT_REG_WRITE
(
DPORT_CPU_PER_CONF_REG
,
0
)
;
clk_tree_ll.h:595
DPORT_REG_WRITE
(
DPORT_CPU_PER_CONF_REG
,
1
)
;
clk_tree_ll.h:598
DPORT_REG_WRITE
(
DPORT_CPU_PER_CONF_REG
,
2
)
;
clk_tree_ll.h:601
uint32_t
cpu_freq_sel
=
DPORT_REG_GET_FIELD
(
DPORT_CPU_PER_CONF_REG
,
DPORT_CPUPERIOD_SEL
)
;
clk_tree_ll.h:616
uint32_t
cpu_freq_sel
=
DPORT_REG_GET_FIELD
(
DPORT_CPU_PER_CONF_REG
,
DPORT_CPUPERIOD_SEL
)
;
clk_tree_ll.h:659
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