Home
last modified time | relevance | path

Searched refs:CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ (Results 1 – 25 of 38) sorted by relevance

12

/hal_espressif-3.4.0/examples/system/deep_sleep/
Dsdkconfig.defaults2 CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=80
Dsdkconfig.ci8 CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=80
Dsdkconfig.ci.esp32_singlecore13 CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=80
/hal_espressif-3.4.0/examples/wifi/iperf/
Dsdkconfig.defaults2 CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240
Dsdkconfig.ci.072 CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=80
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/
Dsdkconfig.defaults28 CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240
Dsdkconfig.defaults.esp32c327 CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240
Dsdkconfig.defaults.esp32s327 CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240
/hal_espressif-3.4.0/zephyr/esp_shared/include/
Dstubs.h31 #define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ ESP_SOC_DEFAULT_CPU_FREQ_MHZ macro
/hal_espressif-3.4.0/components/bootloader_support/src/esp32/
Dbootloader_esp32.c133 if (rated_freq < CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ) { in bootloader_check_rated_cpu_clock()
135 rated_freq, CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ); in bootloader_check_rated_cpu_clock()
/hal_espressif-3.4.0/components/app_trace/sys_view/Sample/Config/
DSEGGER_SYSVIEW_Config_FreeRTOS.c144 #define SYSVIEW_TIMESTAMP_FREQ (CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ * 1000000)
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32/
Dclk.c181 const uint32_t new_freq_mhz = CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ; in esp_clk_init()
Dhighint_hdl.S321 addmi a2, a2, (CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ*50)
/hal_espressif-3.4.0/components/bt/controller/esp32/
Dhli_vectors.S64 addmi a0, a0, (CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ*50)
/hal_espressif-3.4.0/components/mdns/test_afl_fuzz_host/
Dsdkconfig.h69 #define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ 160 macro
/hal_espressif-3.4.0/tools/ldgen/samples/
Dsdkconfig136 CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240
/hal_espressif-3.4.0/components/driver/test/
Dtest_adc.c294 #define CPU_FREQ_MHZ CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ
Dtest_spi_master.c1301 #define GET_US_BY_CCOUNT(t) ((double)t/CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ)
/hal_espressif-3.4.0/components/esp_pm/
Dpm_impl.c83 #define DEFAULT_CPU_FREQ CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/
Drtc_clk.c764 return CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ * MHZ; in rtc_clk_apb_freq_get()
/hal_espressif-3.4.0/components/newlib/test/
Dtest_time.c28 #define TARGET_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ
/hal_espressif-3.4.0/components/esp_hw_support/
Dsleep_modes.c90 #define DEFAULT_CPU_FREQ_MHZ CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/
Dsdkconfig.defauts.esp321098 CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=160
/hal_espressif-3.4.0/examples/bluetooth/blufi/
Dsdkconfig.defaults.esp321083 CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=160
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/
Dsdkconfig.defaults.esp321097 CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=160

12