Home
last modified time | relevance | path

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

/lk-master/external/platform/pico/rp2_common/hardware_clocks/scripts/
A Dvcocalc.py5 parser = argparse.ArgumentParser(description="PLL parameter calculator") variable
6 parser.add_argument("--input", "-i", default=12, help="Input (reference) frequency. Default 12 MHz"…
7 parser.add_argument("--vco-max", default=1600, help="Override maximum VCO frequency. Default 1600 M…
8 parser.add_argument("--vco-min", default=400, help="Override minimum VCO frequency. Default 400 MHz…
9 parser.add_argument("--low-vco", "-l", action="store_true", help="Use a lower VCO frequency when po…
10 parser.add_argument("output", help="Output frequency in MHz.", type=float)
11 args = parser.parse_args()
/lk-master/external/platform/pico/rp2_common/boot_stage2/
A Dpad_checksum20 parser = argparse.ArgumentParser() variable
21 parser.add_argument("ifile", help="Input file (binary)")
22 parser.add_argument("ofile", help="Output file (assembly)")
23 parser.add_argument("-p", "--pad", help="Padded size (bytes), including 4-byte checksum, default 25…
25 parser.add_argument("-s", "--seed", help="Checksum seed value, default 0",
27 args = parser.parse_args()
/lk-master/tools/
A Dnettool.py9 parser = argparse.ArgumentParser(description="Network Testing Tools"); variable
10 parser.add_argument('-a', '--address', nargs=1, help='ip or dns address of host',
12 parser.add_argument('-p', '--port', nargs=1, help='port on host',
15 args = parser.parse_args()
A Dbin2h.py7 parser = OptionParser() variable
8 parser.add_option("-b", "--before", dest="before", action="append",
10 parser.add_option("-a", "--after", dest="after", action="append",
12 (options, args) = parser.parse_args()
/lk-master/platform/rp20xx/tools/
A Duf2conv.py271 parser = argparse.ArgumentParser(description='Convert to UF2 or flash directly.')
272 parser.add_argument('input', metavar='INPUT', type=str, nargs='?',
274 parser.add_argument('-b' , '--base', dest='base', type=str,
277 parser.add_argument('-o' , '--output', metavar="FILE", dest='output', type=str,
279 parser.add_argument('-d' , '--device', dest="device_path",
281 parser.add_argument('-l' , '--list', action='store_true',
283 parser.add_argument('-c' , '--convert', action='store_true',
285 parser.add_argument('-D' , '--deploy', action='store_true',
287 parser.add_argument('-f' , '--family', dest='family', type=str,
290 parser.add_argument('-C' , '--carray', action='store_true',
[all …]
/lk-master/tools/moot/
A Dmtldr265 parser = argparse.ArgumentParser(prog='PROG')
266 subparsers = parser.add_subparsers(help='sub-command help')
278 args = parser.parse_args()
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile275 # Doxygen selects the parser to use depending on the extension of the files it
276 # parses. With this tag you can assign which parser to use for a given
282 # Fortran. In the later case the parser tries to guess whether the code is fixed
1039 # clang parser (see: http://clang.llvm.org/) for more accurate parsing at the
1041 # rich C++ code for which doxygen's built-in parser lacks the necessary type
1057 # If clang assisted parsing is enabled you can provide the clang parser with the
1061 # such as clang-check. These options will then be passed to the parser.
2127 # are typically used for boiler-plate code, and will confuse the parser if not

Completed in 17 milliseconds