/Zephyr-Core-2.7.6/scripts/west_commands/runners/ |
D | blackmagicprobe.py | 38 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
|
D | nios2.py | 48 def do_run(self, command, **kwargs): argument 72 def debug_debugserver(self, command, **kwargs): argument
|
D | mdb.py | 56 def mdb_do_run(mdb_runner, command): argument 164 def do_run(self, command, **kwargs): argument 213 def do_run(self, command, **kwargs): argument
|
D | qemu.py | 30 def do_run(self, command, **kwargs): argument
|
D | xtensa.py | 34 def do_run(self, command, **kwargs): argument
|
D | pyocd.py | 139 def do_run(self, command, **kwargs): argument 182 def debug_debugserver(self, command, **kwargs): argument
|
D | hifive1.py | 38 def do_run(self, command, **kwargs): argument
|
D | openocd.py | 168 def do_run(self, command, **kwargs): argument 254 def do_attach_debug(self, command, **kwargs): argument
|
D | dediprog.py | 49 def do_run(self, command, **kwargs): argument
|
D | dfu.py | 107 def do_run(self, command, **kwargs): argument
|
D | esp32.py | 92 def do_run(self, command, **kwargs): argument
|
D | stm32flash.py | 88 def do_run(self, command, **kwargs): argument
|
D | nsim.py | 57 def do_run(self, command, **kwargs): argument
|
D | intel_s1000.py | 62 def do_run(self, command, **kwargs): argument
|
D | bossac.py | 248 def do_run(self, command, **kwargs): argument
|
/Zephyr-Core-2.7.6/scripts/west_commands/ |
D | run_common.py | 80 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
|
D | sign.py | 196 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/ |
D | test_blackmagicprobe.py | 53 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/ |
D | i2c_sifive.c | 82 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/ |
D | grove_lcd_rgb.c | 25 struct command { struct 26 uint8_t control; 27 uint8_t data;
|
D | ssd1306.c | 75 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/ |
D | soc.c | 164 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/ |
D | main.c | 329 uint16_t command; in main() local
|
/Zephyr-Core-2.7.6/drivers/misc/ft8xx/ |
D | ft8xx_drv.c | 178 int ft8xx_drv_command(uint8_t command) in ft8xx_drv_command()
|
/Zephyr-Core-2.7.6/samples/boards/intel_s1000_crb/audio/src/ |
D | audio_core.c | 129 uint32_t command = (first_word << 16) >> 16; in audio_core_notify_tuning_cmd() local
|