Home
last modified time | relevance | path

Searched refs:response (Results 51 – 75 of 219) sorted by relevance

123456789

/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig32 response to be delivered.
61 Enable this if your client software is able to process "taskstat" response
71 Select what will serve as thread name in "taskstat" response.
95 int "Length of thread name to return in response"
101 The length of the string that is sent in response to taskstat command,
113 Zephyr uses int8_t as thread priorities, but in taskstat response it encodes
126 process "taskstat" response without the "stksiz" and "stkuse" fields.
171 int "Maximum response size for info command"
175 The maximum size of the response to the info command, will use a stack buffer of this
176 size to store the data in. If the output response is too big then the output will not be
[all …]
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_pull_context.c219 static int do_firmware_transfer_reply_cb(const struct coap_packet *response, in do_firmware_transfer_reply_cb() argument
227 struct coap_packet *check_response = (struct coap_packet *)response; in do_firmware_transfer_reply_cb()
238 if (!tkl && coap_header_get_type(response) == COAP_TYPE_ACK) { in do_firmware_transfer_reply_cb()
240 } else if (coap_header_get_type(response) == COAP_TYPE_CON) { in do_firmware_transfer_reply_cb()
285 payload_start = coap_packet_get_payload(response, &payload_len); in do_firmware_transfer_reply_cb()
287 payload_offset = payload_start - response->data; in do_firmware_transfer_reply_cb()
321 if (buf_read(write_buf, len, CPKT_BUF_READ(response), in do_firmware_transfer_reply_cb()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
DKconfig.logging7 bool "Log full params and response buffers in debug log level"
11 to decide, if full reqest and response buffers are logged alongside
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_2.rst61 Statistics: group data response
64 Statistics group data response header:
75 CBOR data of successful response:
117 | "name" | this is name of group the response contains data for. |
161 Statistics: list of groups response
175 CBOR data of successful response:
Dsmp_group_8.rst89 File download response
92 File download response header:
103 CBOR data of successful response:
142 | "off" | offset the response is for. |
235 File upload response
238 File upload response header:
249 CBOR data of successful response:
335 File status response
338 File status response header:
349 CBOR data of successful response:
[all …]
Dsmp_group_1.rst84 Get state of images response
87 Get state of images response header fields:
99 Below definition of the response contains "image" field that has been marked
100 as optional(opt): the field may not appear in response when target application
105 A response will only contain information for valid images, if an image can not
108 CBOR data of successful response:
249 Set state of image response
252 The response takes the same format as :ref:`mcumgr_smp_protocol_op_1_grp_1_cmd_0`
343 Image upload response
346 Image upload response header fields:
[all …]
/Zephyr-latest/samples/net/sockets/http_client/src/
Dmain.c201 req.response = response_cb; in run_queries()
219 req.response = response_cb; in run_queries()
259 req.response = response_cb; in run_queries()
279 req.response = response_cb; in run_queries()
325 req.response = response_cb; in run_queries()
349 req.response = response_cb; in run_queries()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt_client/
DKconfig15 bool "MCUmgr client request and response handlers for OS management"
19 Enables MCUmgr client request and response handlers for OS management.
/Zephyr-latest/drivers/gnss/
Dgnss_u_blox_m8.c236 data->script.response = (struct ubx_frame *)data->response_buf; in ubx_m8_modem_ubx_script_fill()
621 struct ubx_frame *response = data->script.response; in ubx_m8_get_navigation_mode() local
623 dynamic_model = ((struct ubx_cfg_nav5_payload *)response->payload_and_checksum)->dyn_model; in ubx_m8_get_navigation_mode()
727 struct ubx_frame *response = data->script.response; in ubx_m8_set_enabled_systems() local
733 payload = (struct ubx_cfg_gnss_payload *) response->payload_and_checksum; in ubx_m8_set_enabled_systems()
831 struct ubx_frame *response = data->script.response; in ubx_m8_get_enabled_systems() local
833 (struct ubx_cfg_gnss_payload *) response->payload_and_checksum; in ubx_m8_get_enabled_systems()
905 struct ubx_frame *response = data->script.response; in ubx_m8_get_fix_rate() local
907 payload = (struct ubx_cfg_rate_payload *) response->payload_and_checksum; in ubx_m8_get_fix_rate()
1004 .script.response = (struct ubx_frame *)ubx_m8_data_##inst.response_buf, \
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_protocol.rst76 | | an SMP server or response from it. |
90 | | The Sequence Num of a response should match |
154 Minimal response
158 other side of a request, a response should be issued containing the header
160 Lack of response is only allowed when there is no SMP service or device is
163 Minimal response SMP data argument
166 Minimal response is:
207 response lacks these, the request can be considered as being successful. For SMP version 2,
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
DKconfig78 response to simultaneous Read/Write transactions.
97 int "Max data size for the version 3 response packet"
101 This option indicates maximum data size for a version 3 response
103 response.
/Zephyr-latest/subsys/mgmt/mcumgr/smp_client/
DKconfig12 This will enable SMP Request generation and response handling.
29 The time (in ms) which the SMP client will wait for a response before re-sending
/Zephyr-latest/include/zephyr/drivers/
Dmipi_dbi.h159 size_t num_cmds, uint8_t *response, size_t len);
227 uint8_t *response, size_t len) in mipi_dbi_command_read() argument
235 return api->command_read(dev, config, cmds, num_cmd, response, len); in mipi_dbi_command_read()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/
DKconfig36 bool "Include group names in detail response"
39 Will include the name of groups in the detail command response.
42 bool "Include group names in detail response"
45 Will include the number of handlers of groups in the detail command response.
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c139 static int send_evt(uint8_t *response, uint8_t len) in send_evt() argument
154 net_buf_add_mem(buf, response, len); in send_evt()
384 uint8_t response[16]; in tx_thread() local
390 len = parse_cmd(buf->data, buf->len, response); in tx_thread()
391 err = send_evt(response, len); in tx_thread()
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_spi.c334 uint8_t *response, size_t len) in mipi_dbi_spi_read_helper_3wire() argument
374 buffer.buf = (void *)response; in mipi_dbi_spi_read_helper_3wire()
387 uint8_t *response, size_t len) in mipi_dbi_spi_read_helper_4wire() argument
423 buffer.buf = (void *)response; in mipi_dbi_spi_read_helper_4wire()
443 uint8_t *response, size_t len) in mipi_dbi_spi_command_read() argument
456 response, len); in mipi_dbi_spi_command_read()
463 response, len); in mipi_dbi_spi_command_read()
/Zephyr-latest/subsys/sd/
Dsd_utils.h35 return (cmd->response[0U] & SD_R1_ERR_FLAGS); in sd_check_response()
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/
Ddoxytooltip.js65 .then((response) => response.text())
/Zephyr-latest/samples/bluetooth/periodic_adv_rsp/
DREADME.rst19 Which subevent to listen to and in which response slot to respond is
22 the assigned subevent and response slot.
/Zephyr-latest/drivers/sdhc/
Dsam_hsmci.c307 cmd->response[3] = hsmci->HSMCI_RSPR[0]; in sam_hsmci_send_cmd()
308 cmd->response[2] = hsmci->HSMCI_RSPR[0]; in sam_hsmci_send_cmd()
309 cmd->response[1] = hsmci->HSMCI_RSPR[0]; in sam_hsmci_send_cmd()
310 cmd->response[0] = hsmci->HSMCI_RSPR[0]; in sam_hsmci_send_cmd()
596 LOG_DBG("RSP0=%08x, RPS1=%08x, RPS2=%08x,RSP3=%08x, SR=%08x", cmd->response[0], in sam_hsmci_request_inner()
597 cmd->response[1], cmd->response[2], cmd->response[3], sr); in sam_hsmci_request_inner()
/Zephyr-latest/samples/net/cellular_modem/server/
Dte_udp_receive.py101 response = bytes([result[0], result[1]])
104 sock.sendto(response, session.get_address())
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub_priv.h34 static char *updatehub_response(enum updatehub_response response) in updatehub_response() argument
36 switch (response) { in updatehub_response()
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/
DREADME.rst14 ``pytest/test_shell.py`` file. The first test verifies valid response for
70 INFO: response is valid
77 INFO: response is valid
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_whd_hal_sdio.c134 sdio_response_needed_t response_expected, uint8_t *response) in whd_bus_sdio_cmd52() argument
143 ret = sdio_rw_byte(func, address, value, response); in whd_bus_sdio_cmd52()
145 ret = sdio_read_byte(func, address, response); in whd_bus_sdio_cmd52()
162 sdio_response_needed_t response_expected, uint32_t *response) in whd_bus_sdio_cmd53() argument
/Zephyr-latest/subsys/mgmt/mcumgr/smp_client/src/
Dclient.c187 enum mcumgr_op_t response; in smp_client_response_discover() local
197 response = MGMT_OP_READ_RSP; in smp_client_response_discover()
199 response = MGMT_OP_WRITE_RSP; in smp_client_response_discover()
204 } else if (res_hdr->nh_op != response) { in smp_client_response_discover()

123456789