Home
last modified time | relevance | path

Searched refs:SYSTEM_CPUPERIOD_SEL_S (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dsoc_support.h433 #define SYSTEM_CPUPERIOD_SEL_M ((SYSTEM_CPUPERIOD_SEL_V)<<(SYSTEM_CPUPERIOD_SEL_S))
435 #define SYSTEM_CPUPERIOD_SEL_S 0 macro
447 #define SYSTEM_CPUPERIOD_SEL_M ((SYSTEM_CPUPERIOD_SEL_V)<<(SYSTEM_CPUPERIOD_SEL_S))
449 #define SYSTEM_CPUPERIOD_SEL_S 0 macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h59 #define SYSTEM_CPUPERIOD_SEL_M (SYSTEM_CPUPERIOD_SEL_V << SYSTEM_CPUPERIOD_SEL_S)
61 #define SYSTEM_CPUPERIOD_SEL_S 0 macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h72 #define SYSTEM_CPUPERIOD_SEL_M ((SYSTEM_CPUPERIOD_SEL_V)<<(SYSTEM_CPUPERIOD_SEL_S))
74 #define SYSTEM_CPUPERIOD_SEL_S 0 macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h101 #define SYSTEM_CPUPERIOD_SEL_M ((SYSTEM_CPUPERIOD_SEL_V)<<(SYSTEM_CPUPERIOD_SEL_S))
103 #define SYSTEM_CPUPERIOD_SEL_S 0 macro
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_flasher.c86 …, (cpu_per_conf_reg & ~SYSTEM_CPUPERIOD_SEL_M) | (SYSTEM_CPUPERIOD_MAX << SYSTEM_CPUPERIOD_SEL_S)); in set_max_cpu_freq()
/hal_espressif-latest/tools/esptool_py/test/
Dtest_esptool.py685 SYSTEM_CPUPERIOD_SEL_S = 0
710 mask=(SYSTEM_CPUPERIOD_MAX << SYSTEM_CPUPERIOD_SEL_S),