ESP-IDF
esp_perip_clk_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_perip_clk_init()
esp_perip_clk_init() function
Disables clock of some peripherals Called from cpu_start.c, not intended to be called from other places. This function disables clock of useless peripherals when cpu starts.
Syntax
Show:
Summary
Declaration
Definition
from
esp_clk_internal.h:45
void
esp_perip_clk_init
(
void
)
;
Implemented in
clk.c:199
Examples
References
from
examples
Code
Location
Referrer
__attribute__
(
(
weak
)
)
void
esp_perip_clk_init
(
void
)
clk.c:199
void
esp_perip_clk_init
(
void
)
;
esp_clk_internal.h:45
esp_perip_clk_init
(
)
;
cpu_start.c:719
call_start_cpu0()
Call Tree
from
examples
esp_perip_clk_init()
is called by 1 function and calls 3 functions:
call_start_cpu0()
All items filtered out
esp_perip_clk_init()
esp_rom_get_reset_reason()
esp_dport_access_reg_read()
periph_module_enable()
All items filtered out
Data Use
from
examples
esp_perip_clk_init()
reads 7 variables:
soc_reset_reason_t::RESET_REASON_CPU0_MWDT0
soc_reset_reason_t::RESET_REASON_CPU1_MWDT1
soc_reset_reason_t::RESET_REASON_CPU0_SW
soc_reset_reason_t::RESET_REASON_CPU1_SW
soc_reset_reason_t::RESET_REASON_CPU0_RTC_WDT
soc_reset_reason_t::RESET_REASON_CPU1_RTC_WDT
periph_module_t::PERIPH_RNG_MODULE
All items filtered out
esp_perip_clk_init()
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