Searched refs:esp_clk_apb_freq (Results 1 – 11 of 11) sorted by relevance
11 int esp_clk_apb_freq(void) in esp_clk_apb_freq() function
60 int esp_clk_apb_freq(void);
57 uint32_t cpu_to_apb_freq_ratio = esp_clk_cpu_freq() / esp_clk_apb_freq(); in esp_random()
94 int IRAM_ATTR esp_clk_apb_freq(void) in esp_clk_apb_freq() function
460 if (esp_clk_apb_freq() != APB_CLK_FREQ) { in wifi_apb80m_request()461 … ESP_LOGE(__func__, "WiFi needs 80MHz APB frequency to work, but got %dHz", esp_clk_apb_freq()); in wifi_apb80m_request()
58 uint32_t clock_hz = esp_clk_apb_freq(); in esp_efuse_set_timing()
250 esp_timer_impl_update_apb_freq(esp_clk_apb_freq() / 1000000); in esp_timer_impl_init()
54 uint32_t apb_freq_mhz = esp_clk_apb_freq() / 1000000; in esp_efuse_set_timing()
620 uint32_t clock_hz = esp_clk_apb_freq();
242 int apb_clk_freq = esp_clk_apb_freq() / MHZ(1); in esp_pm_configure()
903 return esp_clk_apb_freq(); in mcpwm_capture_get_resolution()