hal_utils_calc_clk_div_frac_accurate() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading (1/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

Accuracy first algorithm, Time complexity O(n). About 1~hundreds times more accurate than the fast algorithm

References