Searched refs:commander (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/scripts/west_commands/runners/ |
D | silabs_commander.py | 21 def __init__(self, cfg, device, dev_id, commander, dt_flash, erase, speed, tool_opt): argument 30 self.commander = commander 75 commander=args.commander, 82 self.require(self.commander) 125 args = [self.commander, 'flash'] + opts + self.tool_opt + flash_args
|
D | mdb.py | 49 commander = "mdb64" 51 mdb_runner.require(commander) 86 mdb_cmd = [commander] + mdb_basic_options + mdb_target + mdb_run + [mdb_runner.elf_name] 90 mdb_sub_cmd = [commander] + [f'-pset={i + 1}', f'-psetname=core{i}'] 104 mdb_cmd = [commander] + [mdb_multifiles] + mdb_run
|
D | jlink.py | 53 commander=DEFAULT_JLINK_EXE, argument 71 self.commander = commander 153 commander=args.commander, 207 lib = Library(dllpath=os.fspath(Path(self.commander).parent / 251 self.commander = os.fspath( 252 Path(self.require(self.commander)).resolve()) 256 plugin_dir = os.fspath(Path(self.commander).parent / 'GDBServer' / 419 [self.commander]
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | cap_commander.c | 155 proc_param = &active_proc->proc_param.commander[active_proc->proc_done_cnt]; in cap_commander_broadcast_assistant_add_src_cb() 375 stored_param = &active_proc->proc_param.commander[i]; in bt_cap_commander_broadcast_reception_start() 388 proc_param = &active_proc->proc_param.commander[0]; in bt_cap_commander_broadcast_reception_start() 488 proc_param = &active_proc->proc_param.commander[active_proc->proc_done_cnt]; in cap_commander_broadcast_assistant_rem_src_cb() 647 stored_param = &active_proc->proc_param.commander[i]; in bt_cap_commander_broadcast_reception_stop() 657 proc_param = &active_proc->proc_param.commander[0]; in bt_cap_commander_broadcast_reception_stop() 707 proc_param = &active_proc->proc_param.commander[active_proc->proc_done_cnt]; in cap_commander_broadcast_assistant_set_broadcast_code_cb() 828 stored_param = &active_proc->proc_param.commander[i]; in bt_cap_commander_distribute_broadcast_code() 837 proc_param = &active_proc->proc_param.commander[0]; in bt_cap_commander_distribute_broadcast_code() 1065 proc_param = &active_proc->proc_param.commander[active_proc->proc_done_cnt]; in cap_commander_vcp_vol_set_cb() [all …]
|
D | cap_internal.h | 174 struct bt_cap_commander_proc_param commander[CONFIG_BT_MAX_CONN]; member
|
D | cap_common.c | 191 if (active_proc.proc_param.commander[i].conn == conn) { in bt_cap_common_conn_in_active_proc()
|
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/doc/ |
D | index.rst | 77 which ``commander`` executable is located is present in the :envvar:`PATH` environment 84 - Otherwise, one should specify full path to the ``commander`` executable: 88 west flash --commander <path_to_commander_directory>/commander
|
/Zephyr-latest/samples/subsys/dap/ |
D | README.rst | 38 pyocd commander -t nrf52840
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | cap.rst | 258 cap_commander - Bluetooth CAP commander shell commands 261 cancel :CAP commander cancel current procedure
|
/Zephyr-latest/boards/96boards/meerkat96/doc/ |
D | index.rst | 280 Issue the following commands inside J-Link commander:
|
/Zephyr-latest/boards/element14/warp7/doc/ |
D | index.rst | 283 Issue the following commands inside J-Link commander:
|
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/ |
D | index.rst | 449 Issue the following commands inside J-Link commander:
|