Home
last modified time | relevance | path

Searched refs:SYSTEM_SOC_CLK_SEL_S (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h360 #define SYSTEM_SOC_CLK_SEL_M ((SYSTEM_SOC_CLK_SEL_V)<<(SYSTEM_SOC_CLK_SEL_S))
362 #define SYSTEM_SOC_CLK_SEL_S 10 macro
374 #define SYSTEM_SOC_CLK_SEL_M ((SYSTEM_SOC_CLK_SEL_V)<<(SYSTEM_SOC_CLK_SEL_S))
376 #define SYSTEM_SOC_CLK_SEL_S 10 macro
388 #define SYSTEM_SOC_CLK_SEL_M ((SYSTEM_SOC_CLK_SEL_V)<<(SYSTEM_SOC_CLK_SEL_S))
390 #define SYSTEM_SOC_CLK_SEL_S 10 macro
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Dsystem_reg.h838 #define SYSTEM_SOC_CLK_SEL_M ((SYSTEM_SOC_CLK_SEL_V)<<(SYSTEM_SOC_CLK_SEL_S))
840 #define SYSTEM_SOC_CLK_SEL_S 10 macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Dclkrst_reg.h26 #define SYSTEM_SOC_CLK_SEL_M ((SYSTEM_SOC_CLK_SEL_V)<<(SYSTEM_SOC_CLK_SEL_S))
28 #define SYSTEM_SOC_CLK_SEL_S 16 macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Dsystem_reg.h879 #define SYSTEM_SOC_CLK_SEL_M ((SYSTEM_SOC_CLK_SEL_V)<<(SYSTEM_SOC_CLK_SEL_S))
881 #define SYSTEM_SOC_CLK_SEL_S 10 macro
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dstub_flasher.c84 …ONF_REG, (sysclk_conf_reg & ~SYSTEM_SOC_CLK_SEL_M) | (SYSTEM_SOC_CLK_MAX << SYSTEM_SOC_CLK_SEL_S)); in set_max_cpu_freq()