Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h142 #define SOC_APLL_MULTIPLIER_OUT_MAX_HZ (500000000) // 500 MHz macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h147 #define SOC_APLL_MULTIPLIER_OUT_MAX_HZ (500000000) // 500 MHz macro
/hal_espressif-3.6.0/components/driver/
Di2s.c914 o_div = (int)(SOC_APLL_MULTIPLIER_OUT_MAX_HZ / (float)(expt_freq * 2)) - 2; in i2s_set_apll_freq()