Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/scripts/
Dvcocalc.py10 refdiv_min = 1 variable
14 if ((int(string) < refdiv_min) or (int(string) > refdiv_max)):
15 raise ValueError("REFDIV must be in the range {} to {}".format(refdiv_min, refdiv_max))
26 …", help="Lock REFDIV to specified number in the range {} to {}".format(refdiv_min, refdiv_max), ty…
31 refdiv_range = range(refdiv_min, max(refdiv_min, min(refdiv_max, int(args.input / args.ref_min))) +…