Home
last modified time | relevance | path

Searched refs:clk_to_hp (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dclk_tree_ll.h204 LP_CLKRST.clk_to_hp.icg_hp_fosc = 1; in clk_ll_rc_fast_digi_enable()
212 LP_CLKRST.clk_to_hp.icg_hp_fosc = 0; in clk_ll_rc_fast_digi_disable()
222 return LP_CLKRST.clk_to_hp.icg_hp_fosc; in clk_ll_rc_fast_digi_is_enabled()
230 LP_CLKRST.clk_to_hp.icg_hp_xtal32k = 1; in clk_ll_xtal32k_digi_enable()
238 LP_CLKRST.clk_to_hp.icg_hp_xtal32k = 0; in clk_ll_xtal32k_digi_disable()
248 return LP_CLKRST.clk_to_hp.icg_hp_xtal32k; in clk_ll_xtal32k_digi_is_enabled()
256 LP_CLKRST.clk_to_hp.icg_hp_osc32k = 1; in clk_ll_rc32k_digi_enable()
264 LP_CLKRST.clk_to_hp.icg_hp_osc32k = 0; in clk_ll_rc32k_digi_disable()
274 return LP_CLKRST.clk_to_hp.icg_hp_osc32k; in clk_ll_rc32k_digi_is_enabled()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_tree_ll.h198 LP_CLKRST.clk_to_hp.icg_hp_fosc = 1; in clk_ll_rc_fast_digi_enable()
206 LP_CLKRST.clk_to_hp.icg_hp_fosc = 0; in clk_ll_rc_fast_digi_disable()
216 return LP_CLKRST.clk_to_hp.icg_hp_fosc; in clk_ll_rc_fast_digi_is_enabled()
224 LP_CLKRST.clk_to_hp.icg_hp_xtal32k = 1; in clk_ll_xtal32k_digi_enable()
232 LP_CLKRST.clk_to_hp.icg_hp_xtal32k = 0; in clk_ll_xtal32k_digi_disable()
242 return LP_CLKRST.clk_to_hp.icg_hp_xtal32k; in clk_ll_xtal32k_digi_is_enabled()
250 LP_CLKRST.clk_to_hp.icg_hp_osc32k = 1; in clk_ll_rc32k_digi_enable()
258 LP_CLKRST.clk_to_hp.icg_hp_osc32k = 0; in clk_ll_rc32k_digi_disable()
268 return LP_CLKRST.clk_to_hp.icg_hp_osc32k; in clk_ll_rc32k_digi_is_enabled()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_clkrst_struct.h325 volatile lp_clkrst_clk_to_hp_reg_t clk_to_hp; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dlp_clkrst_struct.h349 volatile lp_clkrst_clk_to_hp_reg_t clk_to_hp; member