Searched defs:sdm1 (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | rtc_clk.c | 116 int sdm1 = 0; // range: 0~255 in rtc_clk_apll_coeff_calc() local 161 void rtc_clk_apll_coeff_set(uint32_t o_div, uint32_t sdm0, uint32_t sdm1, uint32_t sdm2) in rtc_clk_apll_coeff_set()
|
/hal_espressif-latest/components/hal/esp32/ |
D | clk_tree_hal.c | 102 uint32_t sdm1 = 0; in clk_hal_apll_get_freq_hz() local
|
/hal_espressif-latest/components/hal/esp32s2/ |
D | clk_tree_hal.c | 106 uint32_t sdm1 = 0; in clk_hal_apll_get_freq_hz() local
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | rtc_clk.c | 214 int sdm1 = 0; // range: 0~255 in rtc_clk_apll_coeff_calc() local 259 void rtc_clk_apll_coeff_set(uint32_t o_div, uint32_t sdm0, uint32_t sdm1, uint32_t sdm2) in rtc_clk_apll_coeff_set()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | clk_ctrl_os.c | 99 uint32_t sdm1 = 0; in periph_rtc_apll_freq_set() local
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | clk_tree_ll.h | 121 …nline)) void clk_ll_apll_get_config(uint32_t *o_div, uint32_t *sdm0, uint32_t *sdm1, uint32_t *sdm… in clk_ll_apll_get_config() 137 …s_inline)) void clk_ll_apll_set_config(uint32_t o_div, uint32_t sdm0, uint32_t sdm1, uint32_t sdm2) in clk_ll_apll_set_config()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | clk_tree_ll.h | 164 …nline)) void clk_ll_apll_get_config(uint32_t *o_div, uint32_t *sdm0, uint32_t *sdm1, uint32_t *sdm… in clk_ll_apll_get_config() 181 …d clk_ll_apll_set_config(bool is_rev0, uint32_t o_div, uint32_t sdm0, uint32_t sdm1, uint32_t sdm2) in clk_ll_apll_set_config()
|