Home
last modified time | relevance | path

Searched defs:response (Results 1 – 25 of 65) sorted by relevance

123

/Zephyr-latest/subsys/dap/
Dcmsis_dap.c72 uint8_t *const response) in dap_info()
168 uint8_t *const response) in dap_host_status()
193 uint8_t *const response) in dap_connect()
233 uint8_t *const response) in dap_disconnect()
256 uint8_t *const response) in dap_delay()
270 uint8_t *const response) in dap_reset_target()
282 uint8_t *const response) in dap_swj_pins()
320 uint8_t *const response) in dap_swj_clock()
345 uint8_t *const response) in dap_swj_sequence()
371 uint8_t *const response) in dap_swdp_configure()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c80 uint16_t response = sys_cpu_to_le16(waiting_response); in error_response() local
149 static int send_hci_command(uint16_t opcode, uint8_t param_len, uint16_t response) in send_hci_command()
181 uint16_t response = sys_cpu_to_le16(CMD_ECHO_RSP); in echo() local
215 uint16_t response = sys_cpu_to_le16(waiting_response); in command_complete() local
246 uint16_t response = sys_cpu_to_le16(waiting_response); in command_status() local
378 uint16_t response = sys_cpu_to_le16(CMD_FLUSH_EVENTS_RSP); in flush_events() local
397 uint16_t response = sys_cpu_to_le16(CMD_GET_EVENT_RSP); in get_event() local
421 uint16_t response = sys_cpu_to_le16(CMD_GET_EVENT_RSP); in get_events() local
446 uint16_t response; in has_event() member
467 uint16_t response = sys_cpu_to_le16(CMD_LE_FLUSH_DATA_RSP); in le_flush_data() local
[all …]
/Zephyr-latest/drivers/fuel_gauge/max17048/
Dmax17048.c49 int max17048_read_register(const struct device *dev, uint8_t registerId, uint16_t *response) in max17048_read_register()
67 int max17048_adc(const struct device *i2c_dev, uint16_t *response) in max17048_adc()
75 int max17048_voltage(const struct device *i2c_dev, uint32_t *response) in max17048_voltage()
99 int max17048_percent(const struct device *i2c_dev, uint8_t *response) in max17048_percent()
122 int max17048_crate(const struct device *i2c_dev, int16_t *response) in max17048_crate()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_link_format.c216 static bool append_to_coap_pkt(struct coap_packet *response, in append_to_coap_pkt()
253 struct coap_packet *response, in format_uri()
324 struct coap_packet *response, in format_attributes()
369 struct coap_packet *response, in format_resource()
438 struct coap_packet *response, in coap_well_known_core_get_len()
555 static int format_uri(const char * const *path, struct coap_packet *response) in format_uri()
594 struct coap_packet *response) in format_attributes()
619 struct coap_packet *response) in format_resource()
640 struct coap_packet *response, in coap_well_known_core_get_len()
711 struct coap_packet *response, in coap_well_known_core_get()
Dcoap_client.c607 struct coap_packet response; in handle_poll() local
645 static int recv_response(struct coap_client *client, struct coap_packet *response, bool *truncated) in recv_response()
764 static bool find_echo_option(const struct coap_packet *response, struct coap_option *option) in find_echo_option()
769 static int handle_response(struct coap_client *client, const struct coap_packet *response, in handle_response()
/Zephyr-latest/tests/drivers/i2c/i2c_bme688/src/
Dmain.c24 uint8_t response = 0; in read_sensor_register() local
63 uint8_t response = 0; in set_sensor_iir_filter() local
122 unsigned char response = 0; in configure_measurements() local
152 unsigned char response = 0; in set_sensor_mode() local
250 uint8_t response = 0; in ZTEST() local
/Zephyr-latest/samples/net/sockets/coap_server/src/
Dtest.c21 struct coap_packet response; in piggyback_get() local
86 struct coap_packet response; in test_del() local
126 struct coap_packet response; in test_put() local
178 struct coap_packet response; in test_post() local
Dlarge.c23 struct coap_packet response; in large_get() local
101 struct coap_packet response; in large_update_put() local
181 struct coap_packet response; in large_create_post() local
Dseparate.c19 struct coap_packet response; in separate_get() local
Dcore.c21 struct coap_packet response; in core_get() local
Dlocation_query.c23 struct coap_packet response; in location_query_post() local
Dquery.c20 struct coap_packet response; in query_get() local
Dobserver.c28 struct coap_packet response; in send_notification_packet() local
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/
Dmain.c299 uint16_t response = sys_cpu_to_le16(CMD_GATT_SERVICE_SET_RSP); in switch_service_set() local
319 uint16_t response = sys_cpu_to_le16(CMD_GATT_SERVICE_NOTIFY_RSP); in handle_service_notify() local
334 uint16_t response = sys_cpu_to_le16(CMD_GATT_SERVICE_INDICATE_RSP); in handle_service_indicate() local
/Zephyr-latest/tests/drivers/gpio/gpio_nrf/src/
Dmain.c67 int response; in ZTEST() local
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_protocol.rst163 Minimal response SMP data
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit_autohandler.c26 enum hawkbit_response response = hawkbit_probe(); in autohandler() local
/Zephyr-latest/samples/net/sockets/http_get/src/
Dhttp_get.c49 static char response[1024]; variable
/Zephyr-latest/tests/subsys/sip_svc/src/
Dmain.c33 static void get_sync_callback(uint32_t c_token, struct sip_svc_response *response) in get_sync_callback()
93 static void get_async_callback(uint32_t c_token, struct sip_svc_response *response) in get_async_callback()
/Zephyr-latest/subsys/sip_svc/
Dsip_svc_subsys.c396 struct sip_svc_response *response) in sip_svc_callback()
466 struct sip_svc_response response; in sip_svc_request_handler() local
549 struct sip_svc_response response; in sip_svc_async_response_handler() local
/Zephyr-latest/samples/subsys/sip_svc/src/
Dmain.c27 void get_voltage_callback(uint32_t c_token, struct sip_svc_response *response) in get_voltage_callback()
/Zephyr-latest/drivers/bluetooth/hci/
Dapollox_blue.c143 uint8_t response[2] = {0, 0}; in bt_apollo_spi_send() local
173 uint8_t response[2] = {0, 0}; in bt_apollo_spi_rcv() local
/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn.c539 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_GWINFO}; in mqtt_sn_do_gwinfo() local
1220 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_WILLTOPIC}; in handle_willtopicreq() local
1232 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_WILLMSG}; in handle_willmsgreq() local
1242 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_REGACK}; in handle_register() local
1283 struct mqtt_sn_param response; in handle_publish() local
1322 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_PUBREL}; in handle_pubrec() local
1340 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_PUBCOMP}; in handle_pubrel() local
1391 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_PINGRESP}; in handle_pingreq() local
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_whd_hal_sdio.c134 sdio_response_needed_t response_expected, uint8_t *response) in whd_bus_sdio_cmd52()
162 sdio_response_needed_t response_expected, uint32_t *response) in whd_bus_sdio_cmd53()
/Zephyr-latest/include/zephyr/net/http/
Dclient.h217 struct http_response response; member
242 http_response_cb_t response; member

123