mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
81b98881ac
Since cpu retention dma use rc fast as clk source, so rc_fast_digi will be enabled when we config to pd cpu. And cpu retention does not need rc fast keep on during light sleep. So, if we use rc_fast_digi to determine whether rc fast can be powered down, then cpu and and rc fast cannot pd at the same time.