Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Ddac_ll.h124 static inline void dac_ll_cw_set_freq(uint32_t freq, uint32_t rtc8m_freq) in dac_ll_cw_set_freq() argument
126 uint32_t sw_freq = (uint32_t)(((uint64_t)freq << 16) / rtc8m_freq); in dac_ll_cw_set_freq()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Ddac_ll.h145 static inline void dac_ll_cw_set_freq(uint32_t freq, uint32_t rtc8m_freq) in dac_ll_cw_set_freq() argument
147 uint32_t sw_freq = (uint32_t)(((uint64_t)freq << 16) / rtc8m_freq); in dac_ll_cw_set_freq()