mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4776f73ca4
All peripheral clocks are default enabled after chip is powered on. When CPU starts, if reset reason is CPU reset, disable those clocks that are not enabled before reset. Otherwise, disable all those useless clocks. These peripheral clocks must be enabled when the peripherals are initialized and disabled when they are deinitialized. |
||
---|---|---|
.. | ||
include/soc | ||
test | ||
cpu_util.c | ||
i2c_apll.h | ||
i2c_bbpll.h | ||
i2c_rtc_clk.h | ||
rtc_clk.c | ||
rtc_init.c | ||
rtc_pm.c | ||
rtc_sleep.c | ||
rtc_time.c | ||
soc_log.h | ||
soc_memory_layout.c |