ESP-IDF
DPORT_REG_SET_BIT
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_SET_BIT
DPORT_REG_SET_BIT macro
Syntax
Show:
Summary
Declaration
from
dport_access.h:137
#define
DPORT_REG_SET_BIT
(
_r
,
_b
)
DPORT_REG_WRITE
(
(
_r
)
,
(
DPORT_REG_READ
(
_r
)
|
(
_b
)
)
)
Arguments
Argument
_r
_b
Examples
References
from
examples
Code
Location
#define
DPORT_REG_SET_BIT
(
_r
,
_b
)
DPORT_REG_WRITE
(
(
_r
)
,
(
DPORT_REG_READ
(
_r
)
|
(
_b
)
)
)
dport_access.h:137
DPORT_REG_SET_BIT
(
DPORT_PRO_CACHE_CTRL_REG
,
DPORT_PRO_CACHE_ENABLE
)
;
cache_ll.h:39
DPORT_REG_SET_BIT
(
DPORT_APP_CACHE_CTRL_REG
,
DPORT_APP_CACHE_ENABLE
)
;
cache_ll.h:41
DPORT_REG_SET_BIT
(
DPORT_PRO_CACHE_CTRL1_REG
,
bus_mask
)
;
cache_ll.h:222
DPORT_REG_SET_BIT
(
DPORT_APP_CACHE_CTRL1_REG
,
bus_mask
)
;
cache_ll.h:231
DPORT_REG_SET_BIT
(
DPORT_APP_CPU_RECORD_CTRL_REG
,
DPORT_APP_CPU_PDEBUG_ENABLE
|
DPORT_APP_CPU_RECORD_ENABLE
)
;
cpu_start.c:235
DPORT_REG_SET_BIT
(
DPORT_APP_CACHE_CTRL1_REG
,
DPORT_APP_CACHE_MMU_IA_CLR
)
;
cpu_start.c:355
DPORT_REG_SET_BIT
(
DPORT_RSA_PD_CTRL_REG
,
DPORT_RSA_PD
)
;
mpi_ll.h:71
DPORT_REG_SET_BIT
(
DPORT_SLAVE_SPI_CONFIG_REG
,
DPORT_SLAVE_SPI_MASK_PRO
|
DPORT_SPI_ENCRYPT_ENABLE
)
;
spi_flash_encrypted_ll.h:29
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