ESP-IDF
DPORT_REG_GET_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_GET_BIT
DPORT_REG_GET_BIT macro
Syntax
Show:
Summary
Declaration
from
dport_access.h:134
#define
DPORT_REG_GET_BIT
(
_r
,
_b
)
(
DPORT_REG_READ
(
_r
)
&
(
_b
)
)
Arguments
Argument
_r
_b
Examples
References
from
examples
Code
Location
#define
DPORT_REG_GET_BIT
(
_r
,
_b
)
(
DPORT_REG_READ
(
_r
)
&
(
_b
)
)
dport_access.h:134
enabled
=
DPORT_REG_GET_BIT
(
DPORT_PRO_CACHE_CTRL_REG
,
DPORT_PRO_CACHE_ENABLE
)
;
cache_ll.h:81
enabled
=
DPORT_REG_GET_BIT
(
DPORT_APP_CACHE_CTRL_REG
,
DPORT_APP_CACHE_ENABLE
)
;
cache_ll.h:83
return
DPORT_REG_GET_BIT
(
periph_ll_get_rst_en_reg
(
periph
)
,
periph_ll_get_rst_en_mask
(
periph
,
false
)
)
==
0
&&
clk_gate_ll.h:253
DPORT_REG_GET_BIT
(
periph_ll_get_clk_en_reg
(
periph
)
,
periph_ll_get_clk_en_mask
(
periph
)
)
!=
0
;
clk_gate_ll.h:254
if
(
DPORT_REG_GET_BIT
(
DPORT_PRO_CACHE_CTRL_REG
,
DPORT_PRO_CACHE_ENABLE
)
==
0
)
{
esp_psram_extram_cache.c:37
if
(
DPORT_REG_GET_BIT
(
DPORT_APP_CACHE_CTRL_REG
,
DPORT_APP_CACHE_ENABLE
)
==
0
)
{
esp_psram_extram_cache.c:42
return
DPORT_REG_GET_BIT
(
DPORT_PERIP_RST_EN_REG
,
uart_rst_bit
)
==
0
&&
uart_ll.h:74
DPORT_REG_GET_BIT
(
DPORT_PERIP_CLK_EN_REG
,
uart_en_bit
)
!=
0
;
uart_ll.h:75
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