Home
last modified time | relevance | path

Searched defs:apb_freq_hz (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/esp_system/
Dfpga_overrides.c47 uint32_t apb_freq_hz = 20000000; in bootloader_clock_configure() local
49 uint32_t apb_freq_hz = CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ * 1000000; in bootloader_clock_configure() local
/hal_espressif-latest/components/hal/esp32c2/
Defuse_hal.c30 void efuse_hal_set_timing(uint32_t apb_freq_hz) in efuse_hal_set_timing()
/hal_espressif-latest/components/hal/esp32h2/
Defuse_hal.c37 void efuse_hal_set_timing(uint32_t apb_freq_hz) in efuse_hal_set_timing()
/hal_espressif-latest/components/hal/esp32c6/
Defuse_hal.c37 void efuse_hal_set_timing(uint32_t apb_freq_hz) in efuse_hal_set_timing()
/hal_espressif-latest/components/hal/esp32s3/
Defuse_hal.c50 void efuse_hal_set_timing(uint32_t apb_freq_hz) in efuse_hal_set_timing()
/hal_espressif-latest/components/hal/esp32c3/
Defuse_hal.c30 void efuse_hal_set_timing(uint32_t apb_freq_hz) in efuse_hal_set_timing()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_tree_ll.h555 static inline __attribute__((always_inline)) void clk_ll_apb_store_freq_hz(uint32_t apb_freq_hz) in clk_ll_apb_store_freq_hz()
572 uint32_t apb_freq_hz = (READ_PERI_REG(RTC_APB_FREQ_REG) & UINT16_MAX) << 12; in clk_ll_apb_load_freq_hz() local
/hal_espressif-latest/components/hal/esp32s2/
Defuse_hal.c30 void efuse_hal_set_timing(uint32_t apb_freq_hz) in efuse_hal_set_timing()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_tree_ll.h663 static inline __attribute__((always_inline)) void clk_ll_apb_store_freq_hz(uint32_t apb_freq_hz) in clk_ll_apb_store_freq_hz()
680 uint32_t apb_freq_hz = (READ_PERI_REG(RTC_APB_FREQ_REG) & UINT16_MAX) << 12; in clk_ll_apb_load_freq_hz() local
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h737 static inline __attribute__((always_inline)) void clk_ll_apb_store_freq_hz(uint32_t apb_freq_hz) in clk_ll_apb_store_freq_hz()
754 uint32_t apb_freq_hz = (READ_PERI_REG(RTC_APB_FREQ_REG) & UINT16_MAX) << 12; in clk_ll_apb_load_freq_hz() local
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_tree_ll.h847 static inline __attribute__((always_inline)) void clk_ll_apb_store_freq_hz(uint32_t apb_freq_hz) in clk_ll_apb_store_freq_hz()
864 uint32_t apb_freq_hz = (READ_PERI_REG(RTC_APB_FREQ_REG) & UINT16_MAX) << 12; in clk_ll_apb_load_freq_hz() local