ESP-IDF
DPORT_REG_WRITE
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
DPORT_REG_WRITE
DPORT_REG_WRITE macro
Syntax
Show:
Summary
Declaration
from
dport_access.h:51
#define
DPORT_REG_WRITE
(
_r
,
_v
)
_DPORT_REG_WRITE
(
(
_r
)
,
(
_v
)
)
Arguments
Argument
_r
_v
Examples
References
from
examples
Code
Location
#define
DPORT_REG_WRITE
(
_r
,
_v
)
_DPORT_REG_WRITE
(
(
_r
)
,
(
_v
)
)
dport_access.h:51
DPORT_REG_WRITE
(
AES_KEY_BASE
+
i
*
4
,
key_word
)
;
aes_ll.h:84
DPORT_REG_WRITE
(
AES_MODE_REG
,
mode_reg_base
+
(
(
key_bytes
/
8
)
-
2
)
)
;
aes_ll.h:102
DPORT_REG_WRITE
(
AES_TEXT_BASE
,
i0
)
;
aes_ll.h:121
DPORT_REG_WRITE
(
AES_TEXT_BASE
+
4
,
i1
)
;
aes_ll.h:124
DPORT_REG_WRITE
(
AES_TEXT_BASE
+
8
,
i2
)
;
aes_ll.h:127
DPORT_REG_WRITE
(
AES_TEXT_BASE
+
12
,
i3
)
;
aes_ll.h:130
DPORT_REG_WRITE
(
AES_START_REG
,
1
)
;
aes_ll.h:153
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
#define
DPORT_REG_SET_BIT
(
_r
,
_b
)
DPORT_REG_WRITE
(
(
_r
)
,
(
DPORT_REG_READ
(
_r
)
|
(
_b
)
)
)
dport_access.h:137
#define
DPORT_REG_CLR_BIT
(
_r
,
_b
)
DPORT_REG_WRITE
(
(
_r
)
,
(
DPORT_REG_READ
(
_r
)
&
(
~
(
_b
)
)
)
)
dport_access.h:140
#define
DPORT_REG_SET_FIELD
(
_r
,
_f
,
_v
)
DPORT_REG_WRITE
(
(
_r
)
,
(
(
DPORT_REG_READ
(
_r
)
&
(
~
(
(
_f
##
_V
)
<
<
(
_f
##
_S
)
)
)
)
|
(
(
(
_v
)
&
(
_f
##
_V
)
)
<
<
(
_f
##
_S
)
)
)
)
dport_access.h:149
DPORT_REG_WRITE
(
SYSTEM_CPU_INTR_FROM_CPU_2_REG
,
SYSTEM_CPU_INTR_FROM_CPU_2
)
;
esp_ipc_isr_port.c:30
DPORT_REG_WRITE
(
SYSTEM_CPU_INTR_FROM_CPU_3_REG
,
SYSTEM_CPU_INTR_FROM_CPU_3
)
;
esp_ipc_isr_port.c:33
DPORT_REG_WRITE
(
RSA_INTERRUPT_REG
,
1
)
;
mpi_ll.h:76
DPORT_REG_WRITE
(
RSA_INTERRUPT_REG
,
0
)
;
mpi_ll.h:81
DPORT_REG_WRITE
(
RSA_CLEAR_INTERRUPT_REG
,
1
)
;
mpi_ll.h:86
DPORT_REG_WRITE
(
MPI_OPERATIONS_REG
[
op
]
,
1
)
;
mpi_ll.h:96
DPORT_REG_WRITE
(
mem_base
+
i
*
4
,
p
[
i
]
)
;
mpi_ll.h:123
DPORT_REG_WRITE
(
mem_base
+
i
*
4
,
0
)
;
mpi_ll.h:128
DPORT_REG_WRITE
(
RSA_M_DASH_REG
,
Mprime
)
;
mpi_ll.h:148
DPORT_REG_WRITE
(
MPI_BLOCK_BASES
[
MPI_PARAM_Z
]
,
rinv
)
;
mpi_ll.h:153
DPORT_REG_WRITE
(
mem_base
,
value
)
;
mpi_ll.h:159
DPORT_REG_WRITE
(
RSA_MULT_MODE_REG
,
length
)
;
mpi_ll.h:182
DPORT_REG_WRITE
(
SHA_START_REG
(
sha_type
)
,
1
)
;
sha_ll.h:106
DPORT_REG_WRITE
(
SHA_CONTINUE_REG
(
sha_type
)
,
1
)
;
sha_ll.h:116
DPORT_REG_WRITE
(
SHA_LOAD_REG
(
sha_type
)
,
1
)
;
sha_ll.h:126
DPORT_REG_WRITE
(
DPORT_CORE_RST_EN_REG
,
0
)
;
system_internal.c:45
DPORT_REG_WRITE
(
DPORT_PERIP_RST_EN_REG
,
0
)
;
system_internal.c:53
DPORT_REG_WRITE
(
DPORT_APPCPU_CTRL_D_REG
,
0
)
;
system_internal.c:130
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