Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h143 #define SOC_APLL_MIN_HZ (5303031) // 5.303031 MHz macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h148 #define SOC_APLL_MIN_HZ (5303031) // 5.303031 MHz macro
/hal_espressif-3.6.0/components/driver/
Di2s.c954 int div = (int)((SOC_APLL_MIN_HZ / mclk) + 1); in i2s_config_source_clock()