ESP-IDF
periph_ll_get_clk_en_mask()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_mask()
periph_ll_get_clk_en_mask() function
Syntax
Show:
Summary
Declaration
from
clk_gate_ll.h:21
static
inline
uint32_t
periph_ll_get_clk_en_mask
(
periph_module_t
periph
)
;
Arguments
Argument
periph
Examples
References
from
examples
Code
Location
Referrer
static
inline
uint32_t
periph_ll_get_clk_en_mask
(
periph_module_t
periph
)
clk_gate_ll.h:21
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_mask()
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_mask()
All items filtered out
Data Use
from
examples
periph_ll_get_clk_en_mask()
reads 33 variables:
periph_module_t::PERIPH_LEDC_MODULE
periph_module_t::PERIPH_UART0_MODULE
periph_module_t::PERIPH_UART1_MODULE
periph_module_t::PERIPH_UART2_MODULE
periph_module_t::PERIPH_I2C0_MODULE
periph_module_t::PERIPH_I2C1_MODULE
periph_module_t::PERIPH_I2S0_MODULE
periph_module_t::PERIPH_I2S1_MODULE
periph_module_t::PERIPH_TIMG0_MODULE
periph_module_t::PERIPH_TIMG1_MODULE
periph_module_t::PERIPH_PWM0_MODULE
periph_module_t::PERIPH_PWM1_MODULE
periph_module_t::PERIPH_UHCI0_MODULE
periph_module_t::PERIPH_UHCI1_MODULE
periph_module_t::PERIPH_RMT_MODULE
periph_module_t::PERIPH_PCNT_MODULE
periph_module_t::PERIPH_SPI_MODULE
periph_module_t::PERIPH_HSPI_MODULE
periph_module_t::PERIPH_VSPI_MODULE
periph_module_t::PERIPH_SPI_DMA_MODULE
periph_module_t::PERIPH_SDMMC_MODULE
periph_module_t::PERIPH_SDIO_SLAVE_MODULE
periph_module_t::PERIPH_TWAI_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_mask()
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