Register level setting of APLL_CLK parameters using esp-idf
Posted: Sat Oct 26, 2019 7:36 pm
Hi,
How i can set APLL_CLK parameters directly through registers using esp-idf ?
APLL_CLK parameters:
* SDM0
* SDM1
* SDM2
* ODIV
Enable and disable APLL_CLK too if possible.
Without using this function "rtc_clk_apll_enable( 1, sdm0, sdm1, sdm2, odiv);".
Thank's.
How i can set APLL_CLK parameters directly through registers using esp-idf ?
APLL_CLK parameters:
* SDM0
* SDM1
* SDM2
* ODIV
Enable and disable APLL_CLK too if possible.
Without using this function "rtc_clk_apll_enable( 1, sdm0, sdm1, sdm2, odiv);".
Thank's.