Home
last modified time | relevance | path

Searched refs:CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ (Results 1 – 22 of 22) sorted by relevance

/hal_espressif-latest/components/esp_system/
Dsdkconfig.rename.esp32s319 CONFIG_ESP32S3_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ
Dsdkconfig.rename.esp32c321 CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ
Dfpga_overrides.c49 uint32_t apb_freq_hz = CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ * 1000000; in bootloader_clock_configure()
Dsdkconfig.rename.esp3225 CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ
Dsdkconfig.rename.esp32s228 CONFIG_ESP32S2_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ
/hal_espressif-latest/zephyr/port/include/
Dstubs.h28 #define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ ((DT_PROP(DT_INST(0, DT_CPU_COMPAT), clock_frequency)) / 10… macro
/hal_espressif-latest/components/bootloader_support/src/esp32/
Dbootloader_esp32.c76 if (rated_freq < CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ) { in bootloader_check_rated_cpu_clock()
78 rated_freq, CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ); in bootloader_check_rated_cpu_clock()
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modem.c463 CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ, in sleep_modem_mac_bb_power_down_prepare()
473 CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ, in sleep_modem_mac_bb_power_up_prepare()
Dsleep_modes.c170 #define DEEP_SLEEP_TIME_OVERHEAD_US (650 + 100 * 240 / CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ)
172 #define DEEP_SLEEP_TIME_OVERHEAD_US (250 + 100 * 240 / CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ)
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dclk.c174 const uint32_t new_freq_mhz = CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ; in esp_clk_init()
Dhighint_hdl.S311 addmi a2, a2, (CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ*50)
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dclk.c127 const uint32_t new_freq_mhz = CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ; in esp_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dclk.c119 const uint32_t new_freq_mhz = CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ; in esp_clk_init()
/hal_espressif-latest/components/esp_pm/
Dpm_impl.c611 if (!rtc_clk_cpu_freq_mhz_to_config(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ, &default_config)) { in esp_pm_impl_init()
621 .max_freq_mhz = CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ, in esp_pm_impl_init()
/hal_espressif-latest/components/bt/include/esp32c6/include/
Desp_bt.h260 .cpu_freq_mhz = CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ, \
/hal_espressif-latest/components/bt/include/esp32h2/include/
Desp_bt.h264 .cpu_freq_mhz = CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ, \
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dclk.c105 const uint32_t new_freq_mhz = CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ; in esp_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dclk.c106 const uint32_t new_freq_mhz = CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ; in esp_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dclk.c122 const uint32_t new_freq_mhz = CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ; in esp_clk_init()
/hal_espressif-latest/components/bt/controller/esp32/
Dhli_vectors.S56 addmi a0, a0, (CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ*50)
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dclk.c120 const uint32_t new_freq_mhz = CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ; in esp_clk_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_clk.c569 return CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ * MHZ; in rtc_clk_apb_freq_get()