Searched full:split (Results 1 – 25 of 365) sorted by relevance
12345678910>>...15
/Zephyr-latest/dts/bindings/misc/ |
D | nordic,split-channels.yaml | 8 Nordic Split Channels 10 Some of Nordic's peripherals support split ownership feature that allows to 27 List of channels in a split-ownership peripheral that are to be owned 33 List of channels in a split-ownership, split-security peripheral that 42 List of channels in a split-ownership peripheral that are officially
|
D | nordic,split-channel-groups.yaml | 4 description: Nordic Split Channel Groups 10 List of channel groups of a split-ownership peripheral that are to be 16 List of channel groups in a split-ownership, split-security peripheral
|
D | nordic,nrf-dppic-global.yaml | 9 with inter-bridge functionality. These instances also have split-ownership 17 - "nordic,split-channels.yaml" 18 - "nordic,split-channel-groups.yaml"
|
/Zephyr-latest/snippets/bt-ll-sw-split/ |
D | snippet.yml | 1 name: bt-ll-sw-split 3 EXTRA_CONF_FILE: bt-ll-sw-split.conf 4 EXTRA_DTC_OVERLAY_FILE: bt-ll-sw-split.overlay
|
D | README.rst | 1 .. _snippet-bt-ll-sw-split: 3 Zephyr Bluetooth LE Controller (bt-ll-sw-split) 11 west build -S bt-ll-sw-split [...]
|
/Zephyr-latest/doc/develop/west/ |
D | alias.rst | 12 `shlex.split()`_ internally to split the value). This enables adding argument 14 argument separators; use proper escaping if arguments shouldn't be split. 16 .. _shlex.split(): https://docs.python.org/3/library/shlex.html#shlex.split
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_nmea0183.h | 40 * @param argv Array of arguments split by ',' including message id and checksum 105 * from the NMEA0183 RMC message provided as an array of strings split by ',' 107 * @param argv Array of arguments split by ',' including message id and checksum 121 * as an array of strings split by ',' 123 * @param argv Array of arguments split by ',' including message id and checksum 148 * order, split by GNSS system. 150 * @param argv Array of arguments split by ',' including message id and checksum 166 * @param argv Array of arguments split by ',' including message id and checksum
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | README.md | 55 - Random data split, which mixes different people's data together and randomly 57 - Person data split, which splits the data by person 59 #### Random data split 61 Using a random split results in higher training accuracy than a person split, 72 #### Person data split 74 Using a person data split results in lower training accuracy but better
|
/Zephyr-latest/scripts/build/ |
D | gen_syscalls.py | 227 def union_decl(type, split): argument 228 middle = "struct { uintptr_t lo, hi; } split" if split else "uintptr_t x" 255 split = need_split(argtype) 256 wrap += "\t\t%s parm%d" % (union_decl(argtype, split), argnum) 263 if split: 264 mrsh_args.append("parm%d.split.lo" % argnum) 265 mrsh_args.append("parm%d.split.hi" % argnum) 348 split = need_split(argtype) 349 vrfy_parms.append((argtype, split)) 350 nmrsh += 2 if split else 1 [all …]
|
D | gen_relocate_app.py | 389 memory_type = memory_type.split("|", 1)[0] 493 obj_filename = filename.split("/")[-1] + ".obj" 498 if filename.split("/")[-2] in dirpath.split("/")[-1]: 509 mem_region, rest = line.split(':', 1) 514 phdr, rest = rest.split(':', 1) 516 # Split lists by semicolons, in part to support generator expressions 517 flag_list, file_list = (lst.split(';') for lst in rest.split(':', 1)) 532 for line in input_rel_dict.split('|'): 612 mem_type = mem_type.split("|", 1)[0]
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | cmakecache.py | 27 pline1 = sline.split(":", maxsplit=1) 30 pline2 = pline1[1].split("=", maxsplit=1)
|
/Zephyr-latest/dts/bindings/display/ |
D | solomon,ssd1322.yaml | 50 remap-com-odd-even-split: 52 description: Odd even split of COM pins.
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/ |
D | testcase.yaml | 2 bluetooth.host.l2cap.split.tester:
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/ |
D | testcase.yaml | 2 bluetooth.host.l2cap.split.dut:
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 138 (in_path, data_id['board']) = os.path.split(in_path) 141 (in_path, data_id['board']) = os.path.split(in_path) 144 (in_path, data_id['feature']) = os.path.split(in_path) 145 (c_head, data_id['app']) = os.path.split(in_path) 146 (c_head, data_id['version']) = os.path.split(c_head) 187 test_name_parts = args.test_name.split(test_name_sep) 220 suite_type = plan[r_plan]['application'].split('/')
|
/Zephyr-latest/soc/altr/qemu_nios2/include/ |
D | layout.h | 9 /* To simulate XIP on QEMU, we split RAM into two chunks, with the
|
/Zephyr-latest/dts/bindings/bluetooth/ |
D | zephyr,bt-hci-ll-sw-split.yaml | 3 compatible: "zephyr,bt-hci-ll-sw-split"
|
/Zephyr-latest/scripts/ |
D | gen_gcov_files.py | 34 file_name = line.split("<")[0][1:] 36 hex_dump = line.split("<")[1][:-1]
|
/Zephyr-latest/dts/bindings/timer/ |
D | nordic,nrf-grtc.yaml | 13 - "nordic,split-channels.yaml"
|
/Zephyr-latest/tests/drivers/console/line_splitting/ |
D | line_splitting.robot | 7 Should Split Lines
|
/Zephyr-latest/tests/bsim/bluetooth/ |
D | tests.nrf5340bsim_nrf5340_cpuapp.txt | 1 # Search paths(s) for tests which will be run in the nrf5340 split stack configuration
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nordic,nrf-gpiote.yaml | 10 - nordic,split-channels.yaml
|
/Zephyr-latest/dts/bindings/ipc/ |
D | nordic,nrf-ipct-global.yaml | 8 include: ["nordic,nrf-ipct-common.yaml", "nordic,split-channels.yaml"]
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/fixtures/ |
D | mcumgr_fixture_test.py | 48 Split status: N/A (0) 68 Split status: N/A (0)
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxybridge.py | 94 split = id.split("_") 95 doxygen_target = f"{'_'.join(split[:-1])}.html#{split[-1][1:]}"
|
12345678910>>...15