Home
last modified time | relevance | path

Searched refs:REF_CLK_FREQ (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.6.0/components/driver/include/driver/
Dledc.h21 #define LEDC_REF_CLK_HZ (REF_CLK_FREQ)
/hal_espressif-3.6.0/zephyr/esp_shared/components/esp_pm/
Dpm_impl.c246 if (min_freq_mhz < xtal_freq_mhz && MHZ(min_freq_mhz) / REF_CLK_FREQ < REF_CLK_DIV_MIN) { in esp_pm_configure()
247 ESP_LOGW(TAG, "min_freq_mhz should be >= %d", REF_CLK_FREQ * REF_CLK_DIV_MIN / MHZ(1)); in esp_pm_configure()
/hal_espressif-3.6.0/components/esp_pm/
Dpm_impl.c254 if (min_freq_mhz < xtal_freq_mhz && min_freq_mhz * MHZ / REF_CLK_FREQ < REF_CLK_DIV_MIN) { in esp_pm_configure()
255 ESP_LOGW(TAG, "min_freq_mhz should be >= %d", REF_CLK_FREQ * REF_CLK_DIV_MIN / MHZ); in esp_pm_configure()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc.h209 #define REF_CLK_FREQ ( 1000000 ) macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc.h232 #define REF_CLK_FREQ ( 1000000 ) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc.h238 #define REF_CLK_FREQ (1000000) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc.h254 #define REF_CLK_FREQ ( 1000000 ) macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h223 #define REF_CLK_FREQ ( 1000000 ) macro
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Duart_ll.h98 return (hw->conf0.tick_ref_always_on) ? APB_CLK_FREQ : REF_CLK_FREQ; in uart_ll_get_sclk_freq()
/hal_espressif-3.6.0/components/soc/src/esp32/
Drtc_clk.c425 REG_WRITE(APB_CTRL_XTAL_TICK_CONF_REG, freq * MHZ / REF_CLK_FREQ - 1); in rtc_clk_cpu_freq_to_xtal()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Drtc_clk.c460 REG_WRITE(SYSCON_XTAL_TICK_CONF_REG, freq * MHZ / REF_CLK_FREQ - 1); in rtc_clk_cpu_freq_to_xtal()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Duart_ll.h101 return (hw->conf0.tick_ref_always_on) ? APB_CLK_FREQ : REF_CLK_FREQ; in uart_ll_get_sclk_freq()
/hal_espressif-3.6.0/docs/en/api-guides/
Dhardware-abstraction.rst87 uint32_t src_clk_freq = (source_clk == XXX_SCLK_APB) ? APB_CLK_FREQ : REF_CLK_FREQ;
/hal_espressif-3.6.0/components/driver/
Drmt.c586 rmt_source_clk_hz = REF_CLK_FREQ; in rmt_internal_config()