Home
last modified time | relevance | path

Searched defs:o_div (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_clk.c114 int o_div = 0; // range: 0~31 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/
Dclk_tree_hal.c100 uint32_t o_div = 0; in clk_hal_apll_get_freq_hz() local
/hal_espressif-latest/components/hal/esp32s2/
Dclk_tree_hal.c104 uint32_t o_div = 0; in clk_hal_apll_get_freq_hz() local
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_clk.c212 int o_div = 0; // range: 0~31 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/
Dclk_ctrl_os.c97 uint32_t o_div = 0; in periph_rtc_apll_freq_set() local
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h121 static inline __attribute__((always_inline)) void clk_ll_apll_get_config(uint32_t *o_div, uint32_t … in clk_ll_apll_get_config()
137 static inline __attribute__((always_inline)) void clk_ll_apll_set_config(uint32_t o_div, uint32_t s… in clk_ll_apll_set_config()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_tree_ll.h164 static inline __attribute__((always_inline)) void clk_ll_apll_get_config(uint32_t *o_div, uint32_t … in clk_ll_apll_get_config()
181 …tribute__((always_inline)) void clk_ll_apll_set_config(bool is_rev0, uint32_t o_div, uint32_t sdm0… in clk_ll_apll_set_config()