Home
last modified time | relevance | path

Searched full:split (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/Zephyr-latest/dts/bindings/misc/
Dnordic,split-channels.yaml8 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
Dnordic,split-channel-groups.yaml4 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
Dnordic,nrf-dppic-global.yaml9 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/
Dsnippet.yml1 name: bt-ll-sw-split
3 EXTRA_CONF_FILE: bt-ll-sw-split.conf
4 EXTRA_DTC_OVERLAY_FILE: bt-ll-sw-split.overlay
DREADME.rst1 .. _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/
Dalias.rst12 `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/
Dgnss_nmea0183.h40 * @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/
DREADME.md55 - 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/
Dgen_syscalls.py227 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 …]
Dgen_relocate_app.py389 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/
Dcmakecache.py27 pline1 = sline.split(":", maxsplit=1)
30 pline2 = pline1[1].split("=", maxsplit=1)
/Zephyr-latest/dts/bindings/display/
Dsolomon,ssd1322.yaml50 remap-com-odd-even-split:
52 description: Odd even split of COM pins.
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/
Dtestcase.yaml2 bluetooth.host.l2cap.split.tester:
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/
Dtestcase.yaml2 bluetooth.host.l2cap.split.dut:
/Zephyr-latest/scripts/footprint/
Dpack_as_twister.py138 (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/
Dlayout.h9 /* To simulate XIP on QEMU, we split RAM into two chunks, with the
/Zephyr-latest/dts/bindings/bluetooth/
Dzephyr,bt-hci-ll-sw-split.yaml3 compatible: "zephyr,bt-hci-ll-sw-split"
/Zephyr-latest/scripts/
Dgen_gcov_files.py34 file_name = line.split("<")[0][1:]
36 hex_dump = line.split("<")[1][:-1]
/Zephyr-latest/dts/bindings/timer/
Dnordic,nrf-grtc.yaml13 - "nordic,split-channels.yaml"
/Zephyr-latest/tests/drivers/console/line_splitting/
Dline_splitting.robot7 Should Split Lines
/Zephyr-latest/tests/bsim/bluetooth/
Dtests.nrf5340bsim_nrf5340_cpuapp.txt1 # Search paths(s) for tests which will be run in the nrf5340 split stack configuration
/Zephyr-latest/dts/bindings/gpio/
Dnordic,nrf-gpiote.yaml10 - nordic,split-channels.yaml
/Zephyr-latest/dts/bindings/ipc/
Dnordic,nrf-ipct-global.yaml8 include: ["nordic,nrf-ipct-common.yaml", "nordic,split-channels.yaml"]
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/fixtures/
Dmcumgr_fixture_test.py48 Split status: N/A (0)
68 Split status: N/A (0)
/Zephyr-latest/doc/_extensions/zephyr/
Ddoxybridge.py94 split = id.split("_")
95 doxygen_target = f"{'_'.join(split[:-1])}.html#{split[-1][1:]}"

12345678910>>...15