Home
last modified time | relevance | path

Searched refs:SYSTEM_LPCLK_SEL_RTC_SLOW (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dclk.c263 …YSTEM_LPCLK_SEL_XTAL32K | SYSTEM_LPCLK_SEL_XTAL | SYSTEM_LPCLK_SEL_8M | SYSTEM_LPCLK_SEL_RTC_SLOW); in esp_perip_clk_init()
264 SET_PERI_REG_MASK(SYSTEM_BT_LPCK_DIV_FRAC_REG, SYSTEM_LPCLK_SEL_RTC_SLOW); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dclk.c293 …YSTEM_LPCLK_SEL_XTAL32K | SYSTEM_LPCLK_SEL_XTAL | SYSTEM_LPCLK_SEL_8M | SYSTEM_LPCLK_SEL_RTC_SLOW); in esp_perip_clk_init()
294 SET_PERI_REG_MASK(SYSTEM_BT_LPCK_DIV_FRAC_REG, SYSTEM_LPCLK_SEL_RTC_SLOW); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dclk.c308 …YSTEM_LPCLK_SEL_XTAL32K | SYSTEM_LPCLK_SEL_XTAL | SYSTEM_LPCLK_SEL_8M | SYSTEM_LPCLK_SEL_RTC_SLOW); in esp_perip_clk_init()
309 SET_PERI_REG_MASK(SYSTEM_BT_LPCK_DIV_FRAC_REG, SYSTEM_LPCLK_SEL_RTC_SLOW); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dclk.c304 …YSTEM_LPCLK_SEL_XTAL32K | SYSTEM_LPCLK_SEL_XTAL | SYSTEM_LPCLK_SEL_8M | SYSTEM_LPCLK_SEL_RTC_SLOW); in esp_perip_clk_init()
305 SET_PERI_REG_MASK(SYSTEM_BT_LPCK_DIV_FRAC_REG, SYSTEM_LPCLK_SEL_RTC_SLOW); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dclk.c321 …YSTEM_LPCLK_SEL_XTAL32K | SYSTEM_LPCLK_SEL_XTAL | SYSTEM_LPCLK_SEL_8M | SYSTEM_LPCLK_SEL_RTC_SLOW); in esp_perip_clk_init()
322 SET_PERI_REG_MASK(SYSTEM_BT_LPCK_DIV_FRAC_REG, SYSTEM_LPCLK_SEL_RTC_SLOW); in esp_perip_clk_init()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h360 #define SYSTEM_LPCLK_SEL_RTC_SLOW (BIT(24)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h631 #define SYSTEM_LPCLK_SEL_RTC_SLOW (BIT(24)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h672 #define SYSTEM_LPCLK_SEL_RTC_SLOW (BIT(24)) macro