Home
last modified time | relevance | path

Searched refs:SOC_APLL_MULTIPLIER_OUT_MIN_HZ (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h141 #define SOC_APLL_MULTIPLIER_OUT_MIN_HZ (350000000) // 350 MHz macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h146 #define SOC_APLL_MULTIPLIER_OUT_MIN_HZ (350000000) // 350 MHz macro
/hal_espressif-3.6.0/components/driver/
Di2s.c907 o_div = (int)(SOC_APLL_MULTIPLIER_OUT_MIN_HZ / (float)(expt_freq * 2) + 1) - 2; in i2s_set_apll_freq()