Home
last modified time | relevance | path

Searched refs:suffix (Results 26 – 50 of 67) sorted by relevance

123

/Zephyr-latest/soc/mediatek/mt8xxx/
Dmtk_adsp_load.py261 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/
Dcavstool.py693 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/
Dbicrgen.py665 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/
Dunsigned_suffix.cocci123 msg="WARNING: Unsigned 'U' suffix missing"
/Zephyr-latest/doc/_extensions/zephyr/
Dexternal_content.py67 if fname.suffix != ".rst":
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dreports.py752 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:
Dhandlers.py214 suffix = '\\r\\n'
229 if stripped_line.endswith(suffix):
230 stripped_line = stripped_line[:-len(suffix)].rstrip()
/Zephyr-latest/scripts/utils/
Dpinctrl_nrf_migrate.py285 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/
Dadopted_deviations.ecl13 …ly generated by Autoconf, expands to an implicitly unsigned literal lacking the 'u' or 'U' suffix."
/Zephyr-latest/drivers/pwm/
Dpwm_mcux_ftm.c524 #define FTM_ISR_FUNC_NAME(suffix) _DO_CONCAT(mcux_ftm_isr_, suffix) argument
/Zephyr-latest/doc/services/tfm/
Dintegration.rst17 the ``_ns`` suffix.
/Zephyr-latest/doc/build/dts/
Dmacros.bnf28 ; 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/
Dnxp_s32dbg.py316 with tempfile.TemporaryDirectory(suffix='nxp_s32dbg') as tmpdir:
Dcanopen_program.py287 progress = Bar('%(percent)d%%', max=size, suffix='%(index)d/%(max)dB')
Djlink.py474 with tempfile.TemporaryDirectory(suffix='jlink') as d:
/Zephyr-latest/boards/sparkfun/thing_plus/doc/
Dindex.rst94 Some of the examples do not use secure mode, so they do not required the ``ns`` suffix.
/Zephyr-latest/boards/circuitdojo/feather/doc/
Dindex.rst103 ``ns`` suffix. A great example of this is the ``hello_world`` below.
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_shell.c140 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/
Drun_common.py656 ext = Path(file).suffix
684 fd, name = tempfile.mkstemp(prefix='west-exc-', suffix='.txt')
/Zephyr-latest/doc/build/sysbuild/
Dindex.rst698 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/
DKconfig.cbprintf119 library function name with a cb suffix; e.g. printfcb() or
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst29 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/
Dcheck_compliance.py311 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/
Dclock.c378 struct ptp_tlv_mgmt *mgmt = (struct ptp_tlv_mgmt *)msg->management.suffix; in ptp_clock_management_msg_process()
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py296 if path.suffix == ".h":

123