Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dclk_tree_defs.h319 ADC_DIGI_CLK_SRC_APB = SOC_MOD_CLK_APB, /*!< Select APB as the source clock */ enumerator
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dclk_tree_defs.h364 ADC_DIGI_CLK_SRC_APB = SOC_MOD_CLK_APB, /*!< Select APB as the source clock */ enumerator
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dclk_tree_defs.h395 ADC_DIGI_CLK_SRC_APB = SOC_MOD_CLK_APB, /*!< Select APB as the source clock */ enumerator
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dadc_ll.h370 APB_SARADC.apb_adc_clkm_conf.clk_sel = (clk_src == ADC_DIGI_CLK_SRC_APB) ? 2 : 1; in adc_ll_digi_clk_sel()