ESP-IDF
DPORT_REG_CLR_BIT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_CLR_BIT
DPORT_REG_CLR_BIT macro
Syntax
Show:
Summary
Declaration
from
dport_access.h:140
#define
DPORT_REG_CLR_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_CLR_BIT
(
_r
,
_b
)
DPORT_REG_WRITE
(
(
_r
)
,
(
DPORT_REG_READ
(
_r
)
&
(
~
(
_b
)
)
)
)
dport_access.h:140
DPORT_REG_CLR_BIT
(
DPORT_PRO_CACHE_CTRL_REG
,
DPORT_PRO_CACHE_ENABLE
)
;
cache_ll.h:57
DPORT_REG_CLR_BIT
(
DPORT_APP_CACHE_CTRL_REG
,
DPORT_APP_CACHE_ENABLE
)
;
cache_ll.h:62
DPORT_REG_CLR_BIT
(
DPORT_PRO_CACHE_CTRL1_REG
,
bus_mask
)
;
cache_ll.h:155
DPORT_REG_CLR_BIT
(
DPORT_APP_CACHE_CTRL1_REG
,
bus_mask
)
;
cache_ll.h:164
DPORT_REG_CLR_BIT
(
DPORT_APP_CPU_RECORD_CTRL_REG
,
DPORT_APP_CPU_RECORD_ENABLE
)
;
cpu_start.c:236
DPORT_REG_CLR_BIT
(
DPORT_APP_CACHE_CTRL1_REG
,
DPORT_APP_CACHE_MMU_IA_CLR
)
;
cpu_start.c:357
DPORT_REG_CLR_BIT
(
DPORT_RSA_PD_CTRL_REG
,
DPORT_RSA_PD
)
;
mpi_ll.h:66
DPORT_REG_CLR_BIT
(
DPORT_SLAVE_SPI_CONFIG_REG
,
DPORT_SLAVE_SPI_MASK_PRO
|
DPORT_SPI_ENCRYPT_ENABLE
)
;
spi_flash_encrypted_ll.h:37
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