Home
last modified time | relevance | path

Searched refs:response (Results 126 – 150 of 219) sorted by relevance

123456789

/Zephyr-latest/subsys/lorawan/
DKconfig28 stack and receive the response through callbacks without using
/Zephyr-latest/soc/nordic/nrf54l/
DKconfig72 In constant latency mode the CPU wakeup latency and the PPI task response
/Zephyr-latest/doc/services/storage/stream/
Dstream_flash.rst18 in faster response times seen from the application.
/Zephyr-latest/subsys/sip_svc/
DKconfig62 ASYNC response.
/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx.c655 int response = 0; in rf2xx_tx() local
700 response = -EBUSY; in rf2xx_tx()
706 response = -EAGAIN; in rf2xx_tx()
710 response = -EINTR; in rf2xx_tx()
726 return response; in rf2xx_tx()
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_smartbond.c204 uint8_t *response, size_t len) in mipi_dbi_smartbond_command_read() argument
241 .buf = (void *)response, in mipi_dbi_smartbond_command_read()
/Zephyr-latest/doc/hardware/peripherals/
Dsdhc.rst29 or the ``response`` field of the SD command structure to determine if the
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst307 The ``response_ctx`` field is used by the application to pass response data to
310 * The ``status`` field allows the application to send an HTTP response code. If
311 not populated, the response code will be 200 by default.
321 response data to send.
323 Headers and/or response codes may only be sent in the first populated
Dmqtt.rst98 the response received. Note, that ``mqtt_input`` is a non-blocking function,
99 therefore the application should use socket ``poll`` to wait for the response.
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c1542 goto response; in le_ecred_conn_req()
1552 goto response; in le_ecred_conn_req()
1565 goto response; in le_ecred_conn_req()
1572 goto response; in le_ecred_conn_req()
1578 goto response; in le_ecred_conn_req()
1609 response: in le_ecred_conn_req()
1672 goto response; in le_ecred_reconf_req()
1677 goto response; in le_ecred_reconf_req()
1683 goto response; in le_ecred_reconf_req()
1692 goto response; in le_ecred_reconf_req()
[all …]
/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/
DREADME.rst16 as a finite impulse response (FIR) filter where the filter coefficients are all equal to 1/N, where
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dprovisioning.rst146 response should be fed back to the Provisioning API through
148 no user response is recorded within 60 seconds, the Provisioning process is
182 attacks. In response, the Bluetooth SIG has reclassified these OOB methods as
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_server.c204 struct coap_packet response; in coap_server_process() local
208 &request, &response, in coap_server_process()
215 ret = coap_service_send(service, &response, &client_addr, client_addr_len, NULL); in coap_server_process()
/Zephyr-latest/samples/net/sockets/http_client/
DREADME.rst11 or HTTPS request and wait for the response from the HTTP server.
/Zephyr-latest/include/zephyr/drivers/
Dsdhc.h49 uint32_t response[4]; /*!< SD card response field */ member
/Zephyr-latest/drivers/sdhc/
Dintel_emmc_host.c656 sdhc_cmd->response[0u] = resp3; in update_cmd_response()
657 sdhc_cmd->response[1U] = resp2; in update_cmd_response()
658 sdhc_cmd->response[2U] = resp1; in update_cmd_response()
659 sdhc_cmd->response[3U] = resp0; in update_cmd_response()
662 sdhc_cmd->response[0u] = resp0; in update_cmd_response()
Dsdhc_cdns.c101 cmd->response[i] = cdns_sdmmc_cmd.resp_data[i]; in sdhc_cdns_request()
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/
DREADME.rst11 connected mode by response to a request received from connected peer device.
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dmain.c181 struct coap_packet response; in message_reply_cb_default() local
185 memset(&response, 0, sizeof(struct coap_packet)); in message_reply_cb_default()
189 msg->reply_cb(&response, &reply, &from); in message_reply_cb_default()
/Zephyr-latest/modules/cmsis-dsp/
DKconfig96 * FIR (finite impulse response) Filter
101 * IIR (infinite impulse response) Lattice Filter
/Zephyr-latest/modules/hal_nordic/
DKconfig128 int "Default Spinel serialization response timeout in milliseconds"
131 This option specifies default timeout of spinel status response
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c861 struct coap_packet response; in server_resource_1_get() local
882 r = coap_packet_init(&response, data, COAP_BUF_SIZE, in server_resource_1_get()
887 r = coap_append_option_int(&response, COAP_OPTION_OBSERVE, in server_resource_1_get()
891 r = coap_packet_append_payload_marker(&response); in server_resource_1_get()
894 r = coap_packet_append_payload(&response, (uint8_t *)payload, in server_resource_1_get()
951 static int resource_reply_cb(const struct coap_packet *response, in resource_reply_cb() argument
/Zephyr-latest/samples/net/sockets/http_get/
DREADME.rst39 and dumps the response. You can edit the source code to issue a request
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
DKconfig56 process the command on time and the AP will abort the waiting for response and be unable
/Zephyr-latest/drivers/crypto/
Dcrypto_ataes132a.c44 uint8_t nparams, uint8_t *response, in ataes132a_send_command() argument
153 response[i] = data->command_buffer[i + 1]; in ataes132a_send_command()

123456789