ESP-IDF
periph_ll_get_clk_en_reg()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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
periph_ll_get_clk_en_reg()
periph_ll_get_clk_en_reg() function
Syntax
Show:
Summary
Declaration
from
clk_gate_ll.h:179
static
inline
uint32_t
periph_ll_get_clk_en_reg
(
periph_module_t
periph
)
;
Arguments
Argument
periph
Examples
References
from
examples
Code
Location
Referrer
static
inline
uint32_t
periph_ll_get_clk_en_reg
(
periph_module_t
periph
)
clk_gate_ll.h:179
DPORT_SET_PERI_REG_MASK
(
periph_ll_get_clk_en_reg
(
periph
)
,
periph_ll_get_clk_en_mask
(
periph
)
)
;
clk_gate_ll.h:225
periph_ll_enable_clk_clear_rst()
DPORT_CLEAR_PERI_REG_MASK
(
periph_ll_get_clk_en_reg
(
periph
)
,
periph_ll_get_clk_en_mask
(
periph
)
)
;
clk_gate_ll.h:231
periph_ll_disable_clk_set_rst()
DPORT_REG_GET_BIT
(
periph_ll_get_clk_en_reg
(
periph
)
,
periph_ll_get_clk_en_mask
(
periph
)
)
!=
0
;
clk_gate_ll.h:254
periph_ll_periph_enabled()
Call Tree
from
examples
periph_ll_get_clk_en_reg()
is called by 3 functions:
periph_ll_enable_clk_clear_rst()
periph_ll_disable_clk_set_rst()
periph_ll_periph_enabled()
All items filtered out
periph_ll_get_clk_en_reg()
All items filtered out
Data Use
from
examples
periph_ll_get_clk_en_reg()
reads 12 variables:
periph_module_t::PERIPH_SDMMC_MODULE
periph_module_t::PERIPH_SDIO_SLAVE_MODULE
periph_module_t::PERIPH_EMAC_MODULE
periph_module_t::PERIPH_RNG_MODULE
periph_module_t::PERIPH_WIFI_MODULE
periph_module_t::PERIPH_BT_MODULE
periph_module_t::PERIPH_WIFI_BT_COMMON_MODULE
periph_module_t::PERIPH_BT_BASEBAND_MODULE
periph_module_t::PERIPH_BT_LC_MODULE
periph_module_t::PERIPH_AES_MODULE
periph_module_t::PERIPH_SHA_MODULE
periph_module_t::PERIPH_RSA_MODULE
All items filtered out
periph_ll_get_clk_en_reg()
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