Home
last modified time | relevance | path

Searched refs:RTC_APB_FREQ_REG (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/esp_system/
Dfpga_overrides.c52 #ifdef RTC_APB_FREQ_REG in bootloader_clock_configure()
53 REG_WRITE(RTC_APB_FREQ_REG, (apb_freq_hz >> 12) | ((apb_freq_hz >> 12) << 16)); in bootloader_clock_configure()
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Drtc.h63 #define RTC_APB_FREQ_REG RTC_CNTL_STORE5_REG macro
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Drtc.h71 #define RTC_APB_FREQ_REG RTC_CNTL_STORE5_REG macro
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_tree_ll.h558 WRITE_PERI_REG(RTC_APB_FREQ_REG, (val & UINT16_MAX) | ((val & UINT16_MAX) << 16)); 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()
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Drtc.h63 #define RTC_APB_FREQ_REG RTC_CNTL_STORE5_REG macro
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Drtc.h62 #define RTC_APB_FREQ_REG LP_AON_STORE5_REG macro
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Drtc.h63 #define RTC_APB_FREQ_REG RTC_CNTL_STORE5_REG macro
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_tree_ll.h666 WRITE_PERI_REG(RTC_APB_FREQ_REG, (val & UINT16_MAX) | ((val & UINT16_MAX) << 16)); 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()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h740 WRITE_PERI_REG(RTC_APB_FREQ_REG, (val & UINT16_MAX) | ((val & UINT16_MAX) << 16)); 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()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_tree_ll.h850 WRITE_PERI_REG(RTC_APB_FREQ_REG, (val & UINT16_MAX) | ((val & UINT16_MAX) << 16)); 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()