Searched refs:parser (Results 1 – 4 of 4) sorted by relevance
| /hal_nordic-latest/utils/ |
| D | gen_offsets.py | 81 parser = argparse.ArgumentParser(allow_abbrev=False) variable 82 parser.add_argument("--svd", type=Path, required=True, help="SVD file") 83 parser.add_argument("--output", type=Path, required=True, help="Output file") 84 parser.add_argument("--peripheral", type=str, required=True, help="Peripheral") 85 parser.add_argument("--guard", type=str, required=True, help="Header guard") 86 parser.add_argument("--prefix", type=str, default="", help="Prefix register names") 87 args = parser.parse_args()
|
| D | update_blobs.py | 79 parser: argparse.ArgumentParser = argparse.ArgumentParser( 82 parser.add_argument( 88 parser.add_argument( 94 parser.add_argument( 100 parser.add_argument( 104 args: argparse.Namespace = parser.parse_args()
|
| /hal_nordic-latest/nrfx/samples/doc/ |
| D | nrfx_examples.doxyfile | 321 # Doxygen selects the parser to use depending on the extension of the files it 322 # parses. With this tag you can assign which parser to use for a given 328 # FortranFree, unknown formatted Fortran: Fortran. In the later case the parser 2306 # are typically used for boiler-plate code, and will confuse the parser if not
|
| /hal_nordic-latest/nrfx/doc/ |
| D | nrfx.doxyfile | 323 # Doxygen selects the parser to use depending on the extension of the files it 324 # parses. With this tag you can assign which parser to use for a given 330 # FortranFree, unknown formatted Fortran: Fortran. In the later case the parser 2318 # are typically used for boiler-plate code, and will confuse the parser if not
|