Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/scripts/
Dvcocalc.py37 best_margin = args.output variable
52 if margin < best_margin or (abs(margin - best_margin) < 1e-9 and vco_is_better):
54 best_margin = margin variable