Home
last modified time | relevance | path

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

1234

/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_3.rst34 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 …]
Dsmp_group_10.rst28 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
Dsmp_group_63.rst24 Erase storage request
40 Erase storage response
Dsmp_group_0.rst39 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/
Drun_common.py110 def command_verb(command): argument
113 def add_parser_common(command, parser_adder=None, parser=None): argument
175 def do_run_common(command, user_args, user_runner_args, domain_file=None): argument
318 def do_run_common_image(command, user_args, user_runner_args, used_cmds, argument
535 def rebuild(command, build_dir, args): argument
568 def use_runner_cls(command, board, args, runners_yaml, cache): argument
677 def dump_context(command, args, unknown_args): argument
714 def dump_context_no_config(command, cls): argument
727 def dump_runner_context(command, cls, runners_yaml, indent=''): argument
781 def dump_all_runner_context(command, runners_yaml, board, build_dir): argument
Dsign.py215 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
455 def sign(self, command, build_dir, build_conf, formats): argument
/Zephyr-latest/scripts/west_commands/runners/
Dblackmagicprobe.py156 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
Dmdb.py48 def mdb_do_run(mdb_runner, command): argument
152 def do_run(self, command, **kwargs): argument
201 def do_run(self, command, **kwargs): argument
Dnios2.py52 def do_run(self, command, **kwargs): argument
75 def debug_debugserver(self, command, **kwargs): argument
Dqemu.py30 def do_run(self, command, **kwargs): argument
Dxtensa.py34 def do_run(self, command, **kwargs): argument
Dpyocd.py141 def do_run(self, command, **kwargs): argument
186 def debug_debugserver(self, command, **kwargs): argument
Dhifive1.py38 def do_run(self, command, **kwargs): argument
Decpprog.py36 def do_run(self, command, **kwargs): argument
Dteensy.py41 def do_run(self, command): argument
Dintel_cyclonev.py210 def do_run(self, command, **kwargs): argument
280 def do_attach_debug(self, command, **kwargs): argument
/Zephyr-latest/drivers/smbus/
Dsmbus_stm32.c153 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()
Dsmbus_shell.c168 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
Dintel_pch_smbus.c366 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/
Dtest_blackmagicprobe.py62 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/
Dmain.c16 static const uint8_t command[] = { variable
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/
Ddevice.h32 const char *command; member
/Zephyr-latest/drivers/i2c/
Di2c_sifive.c83 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/
Dmodem_cmux.c79 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/drivers/auxdisplay/
Dauxdisplay_serlcd.c99 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

1234