Searched refs:SYSTEM_CPUPERIOD_SEL (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | clk_tree_ll.h | 438 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL, 0); in clk_ll_cpu_set_freq_mhz_from_pll() 441 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL, 1); in clk_ll_cpu_set_freq_mhz_from_pll() 444 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL, 2); in clk_ll_cpu_set_freq_mhz_from_pll() 459 uint32_t cpu_freq_sel = REG_GET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL); in clk_ll_cpu_get_freq_mhz_from_pll()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | clk_tree_ll.h | 336 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL, 0); in clk_ll_cpu_set_freq_mhz_from_pll() 339 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL, 1); in clk_ll_cpu_set_freq_mhz_from_pll() 354 uint32_t cpu_freq_sel = REG_GET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL); in clk_ll_cpu_get_freq_mhz_from_pll()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | clk_tree_ll.h | 444 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL, 0); in clk_ll_cpu_set_freq_mhz_from_pll() 447 REG_SET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL, 1); in clk_ll_cpu_set_freq_mhz_from_pll() 462 uint32_t cpu_freq_sel = REG_GET_FIELD(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPUPERIOD_SEL); in clk_ll_cpu_get_freq_mhz_from_pll()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | system_reg.h | 58 #define SYSTEM_CPUPERIOD_SEL 0x00000003U macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | system_reg.h | 71 #define SYSTEM_CPUPERIOD_SEL 0x00000003 macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | system_reg.h | 100 #define SYSTEM_CPUPERIOD_SEL 0x00000003 macro
|