/Zephyr-latest/subsys/lorawan/ |
D | Kconfig | 28 stack and receive the response through callbacks without using
|
/Zephyr-latest/soc/nordic/nrf54l/ |
D | Kconfig | 72 In constant latency mode the CPU wakeup latency and the PPI task response
|
/Zephyr-latest/doc/services/storage/stream/ |
D | stream_flash.rst | 18 in faster response times seen from the application.
|
/Zephyr-latest/subsys/sip_svc/ |
D | Kconfig | 62 ASYNC response.
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_rf2xx.c | 655 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/ |
D | mipi_dbi_smartbond.c | 204 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/ |
D | sdhc.rst | 29 or the ``response`` field of the SD command structure to determine if the
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_server.rst | 307 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
|
D | mqtt.rst | 98 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/ |
D | l2cap.c | 1542 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/ |
D | README.rst | 16 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/ |
D | provisioning.rst | 146 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/ |
D | coap_server.c | 204 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/ |
D | README.rst | 11 or HTTPS request and wait for the response from the HTTP server.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sdhc.h | 49 uint32_t response[4]; /*!< SD card response field */ member
|
/Zephyr-latest/drivers/sdhc/ |
D | intel_emmc_host.c | 656 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()
|
D | sdhc_cdns.c | 101 cmd->response[i] = cdns_sdmmc_cmd.resp_data[i]; in sdhc_cdns_request()
|
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/ |
D | README.rst | 11 connected mode by response to a request received from connected peer device.
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/ |
D | main.c | 181 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/ |
D | Kconfig | 96 * FIR (finite impulse response) Filter 101 * IIR (infinite impulse response) Lattice Filter
|
/Zephyr-latest/modules/hal_nordic/ |
D | Kconfig | 128 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/ |
D | main.c | 861 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/ |
D | README.rst | 39 and dumps the response. You can edit the source code to issue a request
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/ |
D | Kconfig | 56 process the command on time and the AP will abort the waiting for response and be unable
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_ataes132a.c | 44 uint8_t nparams, uint8_t *response, in ataes132a_send_command() argument 153 response[i] = data->command_buffer[i + 1]; in ataes132a_send_command()
|