Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 39) sorted by relevance

12

/Zephyr-Core-2.7.6/scripts/west_commands/runners/
Dblackmagicprobe.py38 def bmp_flash(self, command, **kwargs): argument
52 def check_call_ignore_sigint(self, command): argument
59 def bmp_attach(self, command, **kwargs): argument
77 def bmp_debug(self, command, **kwargs): argument
89 def do_run(self, command, **kwargs): argument
Dnios2.py48 def do_run(self, command, **kwargs): argument
72 def debug_debugserver(self, command, **kwargs): argument
Dmdb.py56 def mdb_do_run(mdb_runner, command): argument
164 def do_run(self, command, **kwargs): argument
213 def do_run(self, command, **kwargs): argument
Dqemu.py30 def do_run(self, command, **kwargs): argument
Dxtensa.py34 def do_run(self, command, **kwargs): argument
Dpyocd.py139 def do_run(self, command, **kwargs): argument
182 def debug_debugserver(self, command, **kwargs): argument
Dhifive1.py38 def do_run(self, command, **kwargs): argument
Dopenocd.py168 def do_run(self, command, **kwargs): argument
254 def do_attach_debug(self, command, **kwargs): argument
Ddediprog.py49 def do_run(self, command, **kwargs): argument
Ddfu.py107 def do_run(self, command, **kwargs): argument
Desp32.py92 def do_run(self, command, **kwargs): argument
Dstm32flash.py88 def do_run(self, command, **kwargs): argument
Dnsim.py57 def do_run(self, command, **kwargs): argument
Dintel_s1000.py62 def do_run(self, command, **kwargs): argument
Dbossac.py248 def do_run(self, command, **kwargs): argument
/Zephyr-Core-2.7.6/scripts/west_commands/
Drun_common.py80 def command_verb(command): argument
83 def add_parser_common(command, parser_adder=None, parser=None): argument
148 def do_run_common(command, user_args, user_runner_args): argument
273 def rebuild(command, build_dir, args): argument
306 def use_runner_cls(command, board, args, runners_yaml, cache): argument
383 def dump_context(command, args, unknown_args): argument
420 def dump_context_no_config(command, cls): argument
433 def dump_runner_context(command, cls, runners_yaml, indent=''): argument
487 def dump_all_runner_context(command, runners_yaml, board, build_dir): argument
Dsign.py196 def sign(self, command, build_dir, build_conf, formats): argument
208 def sign(self, command, build_dir, build_conf, formats): argument
282 def find_imgtool(command, args): argument
305 def get_cfg(command, build_conf, item): argument
408 def sign(self, command, build_dir, build_conf, formats): argument
/Zephyr-Core-2.7.6/scripts/west_commands/tests/
Dtest_blackmagicprobe.py53 def test_blackmagicprobe_init(cc, req, command, runner_config): argument
62 def test_blackmagicprobe_create(cc, req, command, runner_config): argument
/Zephyr-Core-2.7.6/drivers/i2c/
Di2c_sifive.c82 uint8_t command = 0U; in i2c_sifive_send_addr() local
114 uint8_t command = 0U; in i2c_sifive_write_msg() local
162 uint8_t command = 0U; in i2c_sifive_read_msg() local
/Zephyr-Core-2.7.6/drivers/display/
Dgrove_lcd_rgb.c25 struct command { struct
26 uint8_t control;
27 uint8_t data;
Dssd1306.c75 uint8_t *buf, size_t len, bool command) in ssd1306_write_bus()
99 uint8_t *buf, size_t len, bool command) in ssd1306_write_bus()
/Zephyr-Core-2.7.6/soc/arm/atmel_sam/sam4l/
Dsoc.c164 static inline void flashcalw_issue_command(uint32_t command, int page_number) in flashcalw_issue_command()
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/edtt_ble_test_app/gatt_test_app/src/
Dmain.c329 uint16_t command; in main() local
/Zephyr-Core-2.7.6/drivers/misc/ft8xx/
Dft8xx_drv.c178 int ft8xx_drv_command(uint8_t command) in ft8xx_drv_command()
/Zephyr-Core-2.7.6/samples/boards/intel_s1000_crb/audio/src/
Daudio_core.c129 uint32_t command = (first_word << 16) >> 16; in audio_core_notify_tuning_cmd() local

12