hal_utils_calc_clk_div_frac_fast() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading (3/5)...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

- 0: Failed to get the result because the division is out of range - others: The real output clock frequency

Notes

Speed first algorithm, Time complexity O(log n). About 8~10 times faster than the accurate algorithm

References