Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_tree_ll.h374 REG_SET_FIELD(SYSTEM_SYSCLK_CONF_REG, SYSTEM_PRE_DIV_CNT, divider - 1); in clk_ll_cpu_set_divider()
384 return REG_GET_FIELD(SYSTEM_SYSCLK_CONF_REG, SYSTEM_PRE_DIV_CNT) + 1; in clk_ll_cpu_get_divider()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_tree_ll.h483 REG_SET_FIELD(SYSTEM_SYSCLK_CONF_REG, SYSTEM_PRE_DIV_CNT, divider - 1); in clk_ll_cpu_set_divider()
493 return REG_GET_FIELD(SYSTEM_SYSCLK_CONF_REG, SYSTEM_PRE_DIV_CNT) + 1; in clk_ll_cpu_get_divider()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_tree_ll.h482 REG_SET_FIELD(SYSTEM_SYSCLK_CONF_REG, SYSTEM_PRE_DIV_CNT, divider - 1); in clk_ll_cpu_set_divider()
492 return REG_GET_FIELD(SYSTEM_SYSCLK_CONF_REG, SYSTEM_PRE_DIV_CNT) + 1; in clk_ll_cpu_get_divider()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h636 #define SYSTEM_PRE_DIV_CNT 0x000003FFU macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h843 #define SYSTEM_PRE_DIV_CNT 0x000003FF macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h884 #define SYSTEM_PRE_DIV_CNT 0x000003FF macro