/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | mtk_adsp_load.py | 261 suffix = min(behind, wlen - copy) 262 for i in range(suffix): 264 msglen = suffix 265 l2 = behind - suffix
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 693 suffix = min(behind, wlen - copy) 694 result = win_read(base, 16 + copy, suffix) 695 if suffix < behind: 696 result += win_read(base, 16, behind - suffix) 735 suffix = min(lenmsg, wlen - end) 736 for c in range(0, suffix): 738 if lenmsg > suffix: 739 for c in range(0, lenmsg - suffix): 740 bar4_mmap[base + 16 + c] = msg[suffix + c]
|
/Zephyr-latest/soc/nordic/nrf54h/bicr/ |
D | bicrgen.py | 665 if args.input.suffix == ".hex" or (args.output and args.output.suffix == ".hex"): 671 if args.input.suffix == ".hex": 675 elif args.input.suffix == ".json": 683 if args.output.suffix == ".hex": 694 elif args.output.suffix == ".json":
|
/Zephyr-latest/scripts/coccinelle/ |
D | unsigned_suffix.cocci | 123 msg="WARNING: Unsigned 'U' suffix missing"
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | external_content.py | 67 if fname.suffix != ".rst":
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | reports.py | 752 def save_reports(self, name, suffix, report_dir, no_update, platform_reports): argument 770 if suffix: 785 self.target_report(json_file, outdir, suffix) 788 def target_report(self, json_file, outdir, suffix): argument 791 if suffix:
|
D | handlers.py | 214 suffix = '\\r\\n' 229 if stripped_line.endswith(suffix): 230 stripped_line = stripped_line[:-len(suffix)].rstrip()
|
/Zephyr-latest/scripts/utils/ |
D | pinctrl_nrf_migrate.py | 285 suffix = ";" if i == len(group.pins) - 1 else "," 651 backup_file = input_file.parent / (board_name + ".bck" + input_file.suffix)
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | adopted_deviations.ecl | 13 …ly generated by Autoconf, expands to an implicitly unsigned literal lacking the 'u' or 'U' suffix."
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_mcux_ftm.c | 524 #define FTM_ISR_FUNC_NAME(suffix) _DO_CONCAT(mcux_ftm_isr_, suffix) argument
|
/Zephyr-latest/doc/services/tfm/ |
D | integration.rst | 17 the ``_ns`` suffix.
|
/Zephyr-latest/doc/build/dts/ |
D | macros.bnf | 28 ; The additional dt-name suffix is added to match that node's bus type; 241 ; The optional prop-suf suffix is when there's some specialized 254 ; - prop-suf: an optional property-specific suffix 298 ; prop-suf: a property-specific macro suffix
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | nxp_s32dbg.py | 316 with tempfile.TemporaryDirectory(suffix='nxp_s32dbg') as tmpdir:
|
D | canopen_program.py | 287 progress = Bar('%(percent)d%%', max=size, suffix='%(index)d/%(max)dB')
|
D | jlink.py | 474 with tempfile.TemporaryDirectory(suffix='jlink') as d:
|
/Zephyr-latest/boards/sparkfun/thing_plus/doc/ |
D | index.rst | 94 Some of the examples do not use secure mode, so they do not required the ``ns`` suffix.
|
/Zephyr-latest/boards/circuitdojo/feather/doc/ |
D | index.rst | 103 ``ns`` suffix. A great example of this is the ``hello_world`` below.
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | zperf_shell.c | 140 char *suffix; in parse_number() local 144 dec = strtoul(string, &suffix, 10); in parse_number() 149 cmp = strncasecmp(suffix, *unit++, 1); in parse_number()
|
/Zephyr-latest/scripts/west_commands/ |
D | run_common.py | 656 ext = Path(file).suffix 684 fd, name = tempfile.mkstemp(prefix='west-exc-', suffix='.txt')
|
/Zephyr-latest/doc/build/sysbuild/ |
D | index.rst | 698 Sysbuild file suffix support 701 File suffix support through the :makevar:`FILE_SUFFIX` is supported in sysbuild 728 file without the suffix). Sysbuild itself will use the ``sysbuild.conf`` Kconfig fragment file 729 (as it will fallback to the file without the suffix). 734 files without the suffix). Sysbuild itself will use the ``sysbuild_test_key.conf`` Kconfig
|
/Zephyr-latest/lib/os/ |
D | Kconfig.cbprintf | 119 library function name with a cb suffix; e.g. printfcb() or
|
/Zephyr-latest/doc/develop/languages/cpp/ |
D | index.rst | 29 on the suffix (extension) of the files. Files identified with either a **cpp** 30 or a **cxx** suffix are compiled using the C++ compiler. For example,
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 311 if Path(file).suffix not in ['.c', '.h']: 672 for suffix in suffixes: 1599 if Path(file).suffix not in ['.yaml', '.yml']:
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | clock.c | 378 struct ptp_tlv_mgmt *mgmt = (struct ptp_tlv_mgmt *)msg->management.suffix; in ptp_clock_management_msg_process()
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 296 if path.suffix == ".h":
|