Home
last modified time | relevance | path

Searched refs:DPORT_PRE_DIV_CNT (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h551 REG_SET_FIELD(DPORT_SYSCLK_CONF_REG, DPORT_PRE_DIV_CNT, divider - 1); in clk_ll_cpu_set_divider()
561 return REG_GET_FIELD(DPORT_SYSCLK_CONF_REG, DPORT_PRE_DIV_CNT) + 1; in clk_ll_cpu_get_divider()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h883 #define DPORT_PRE_DIV_CNT 0x000003FF macro