| /Zephyr-latest/doc/services/device_mgmt/smp_groups/ | 
| D | smp_group_3.rst | 34 Read setting request 68 Read setting response 138 Write setting request 172 Write setting response 231 Delete setting request 262 Delete setting response 322 Commit settings request 338 Commit settings response 398 Load settings request 414 Load settings response [all …] 
 | 
| D | smp_group_10.rst | 28 Count of supported groups request 44 Count of supported groups response 113 List supported groups request 129 List supported groups response 201 Fetch single group ID request 233 Fetch single group ID response 312 Details on supported groups request 354 Details on supported groups response
  | 
| D | smp_group_63.rst | 24 Erase storage request 40 Erase storage response
  | 
| D | smp_group_0.rst | 39 Echo request 70 Echo response 140 Task statistics request 157 Task statistics response 364 Date-time get 449 Date-time set
  | 
| /Zephyr-latest/scripts/west_commands/ | 
| D | run_common.py | 119 def command_verb(command):  argument 122 def add_parser_common(command, parser_adder=None, parser=None):  argument 184 def do_run_common(command, user_args, user_runner_args, domain_file=None):  argument 335 def do_run_common_image(command, user_args, user_runner_args, used_cmds,  argument 552 def rebuild(command, build_dir, args):  argument 585 def use_runner_cls(command, board, args, runners_yaml, cache):  argument 694 def dump_context(command, args, unknown_args):  argument 731 def dump_context_no_config(command, cls):  argument 744 def dump_runner_context(command, cls, runners_yaml, indent=''):  argument 798 def dump_all_runner_context(command, runners_yaml, board, build_dir):  argument
  | 
| D | sign.py | 215     def sign(self, command, build_dir, build_conf, formats):  argument 227     def sign(self, command, build_dir, build_conf, formats):  argument 323     def get_cfg(command, build_conf, item):  argument 469     def sign(self, command, build_dir, build_conf, formats):  argument
  | 
| /Zephyr-latest/scripts/west_commands/runners/ | 
| D | blackmagicprobe.py | 156     def bmp_flash(self, command, **kwargs):  argument 183     def check_call_ignore_sigint(self, command):  argument 190     def bmp_attach(self, command, **kwargs):  argument 208     def bmp_debug(self, command, **kwargs):  argument 221     def do_run(self, command, **kwargs):  argument
  | 
| D | mdb.py | 48 def mdb_do_run(mdb_runner, command):  argument 152     def do_run(self, command, **kwargs):  argument 201     def do_run(self, command, **kwargs):  argument
  | 
| D | nios2.py | 52     def do_run(self, command, **kwargs):  argument 75     def debug_debugserver(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 | 141     def do_run(self, command, **kwargs):  argument 186     def debug_debugserver(self, command, **kwargs):  argument
  | 
| D | hifive1.py | 38     def do_run(self, command, **kwargs):  argument
  | 
| D | ecpprog.py | 36     def do_run(self, command, **kwargs):  argument
  | 
| D | teensy.py | 41     def do_run(self, command):  argument
  | 
| /Zephyr-latest/drivers/smbus/ | 
| D | smbus_stm32.c | 153 static int smbus_stm32_byte_write(const struct device *dev, uint16_t periph_addr, uint8_t command)  in smbus_stm32_byte_write() 168 				       uint8_t command, uint8_t byte)  in smbus_stm32_byte_data_write() 180 				      uint8_t command, uint8_t *byte)  in smbus_stm32_byte_data_read() 189 				       uint8_t command, uint16_t word)  in smbus_stm32_word_data_write() 201 				      uint8_t command, uint16_t *word)  in smbus_stm32_word_data_read() 213 static int smbus_stm32_pcall(const struct device *dev, uint16_t periph_addr, uint8_t command,  in smbus_stm32_pcall() 230 static int smbus_stm32_block_write(const struct device *dev, uint16_t periph_addr, uint8_t command,  in smbus_stm32_block_write()
  | 
| D | smbus_shell.c | 168 	uint8_t addr, command;  in cmd_smbus_byte_data_read()  local 198 	uint8_t addr, command;  in cmd_smbus_byte_data_write()  local 227 	uint8_t addr, command;  in cmd_smbus_word_data_read()  local 257 	uint8_t addr, command;  in cmd_smbus_word_data_write()  local 286 	uint8_t addr, command;  in cmd_smbus_block_write()  local 326 	uint8_t addr, command;  in cmd_smbus_block_read()  local
  | 
| D | intel_pch_smbus.c | 366 				 uint8_t rw, uint8_t command, uint8_t count,  in pch_smbus_block_start() 420 			   enum smbus_direction rw, uint8_t command,  in pch_smbus_start() 500 				uint8_t command)  in pch_smbus_byte_write() 572 				     uint8_t command, uint8_t byte)  in pch_smbus_byte_data_write() 606 				    uint8_t command, uint8_t *byte)  in pch_smbus_byte_data_read() 645 				     uint8_t command, uint16_t word)  in pch_smbus_word_data_write() 679 				    uint8_t command, uint16_t *word)  in pch_smbus_word_data_read() 719 			   uint16_t periph_addr, uint8_t command,  in pch_smbus_pcall() 760 				 uint8_t command, uint8_t count, uint8_t *buf)  in pch_smbus_block_write() 794 				uint8_t command, uint8_t *count, uint8_t *buf)  in pch_smbus_block_read() [all …] 
 | 
| /Zephyr-latest/scripts/west_commands/tests/ | 
| D | test_blackmagicprobe.py | 62 def test_blackmagicprobe_init(cc, req, command, runner_config):  argument 71 def test_blackmagicprobe_create(cc, req, command, runner_config):  argument 84 def test_blackmagicprobe_connect_rst(cc, req, command, runner_config):  argument
  | 
| /Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_echo/src/ | 
| D | main.c | 16 static const uint8_t command[] = {  variable
  | 
| /Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/ | 
| D | device.h | 32 	const char *command;  member
  | 
| /Zephyr-latest/drivers/i2c/ | 
| D | i2c_sifive.c | 83 	uint8_t command = 0U;  in i2c_sifive_send_addr()  local 115 	uint8_t command = 0U;  in i2c_sifive_write_msg()  local 163 	uint8_t command = 0U;  in i2c_sifive_read_msg()  local
  | 
| /Zephyr-latest/subsys/modem/ | 
| D | modem_cmux.c | 79 static int modem_cmux_wrap_command(struct modem_cmux_command **command, const uint8_t *data,  in modem_cmux_wrap_command() 224 static void modem_cmux_log_transmit_command(const struct modem_cmux_command *command)  in modem_cmux_log_transmit_command() 231 static void modem_cmux_log_received_command(const struct modem_cmux_command *command)  in modem_cmux_log_received_command() 325 	struct modem_cmux_command *command;  in modem_cmux_transmit_cmd_frame()  local 380 	struct modem_cmux_command *command;  in modem_cmux_acknowledge_received_frame()  local 401 static void modem_cmux_on_msc_command(struct modem_cmux *cmux, struct modem_cmux_command *command)  in modem_cmux_on_msc_command() 424 static void modem_cmux_on_cld_command(struct modem_cmux *cmux, struct modem_cmux_command *command)  in modem_cmux_on_cld_command() 469 	struct modem_cmux_command *command;  in modem_cmux_on_control_frame_uih()  local 1015 	struct modem_cmux_command *command;  in modem_cmux_disconnect_handler()  local
  | 
| /Zephyr-latest/samples/subsys/usb/midi/src/ | 
| D | main.c | 30 	uint8_t command = evt->value ? UMP_MIDI_NOTE_ON : UMP_MIDI_NOTE_OFF;  in key_press()  local
  | 
| /Zephyr-latest/drivers/auxdisplay/ | 
| D | auxdisplay_serlcd.c | 99 					  const enum auxdisplay_serlcd_command command)  in auxdisplay_serlcd_send_command() 112 				       const enum auxdisplay_serlcd_special_command command)  in auxdisplay_serlcd_send_special_command() 126 	uint8_t command = SERLCD_SPECIAL_DISPLAY_CONTROL;  in auxdisplay_serlcd_send_display_state()  local 349 			const uint8_t command = SERLCD_COMMAND_WRITE_CUSTOM_CHAR +  in auxdisplay_serlcd_write()  local
  |