Home
last modified time | relevance | path

Searched refs:method (Results 1 – 16 of 16) sorted by relevance

/samples/drivers/sent/boards/
A Ds32z2xxdc2_s32z270_rtu0.overlay33 successive-calib-pulse-method = <2>;
/samples/net/sockets/http_client/src/
A Dmain.c189 req.method = HTTP_GET; in run_queries()
216 req.method = HTTP_GET; in run_queries()
246 req.method = HTTP_POST; in run_queries()
275 req.method = HTTP_POST; in run_queries()
314 req.method = HTTP_POST; in run_queries()
348 req.method = HTTP_POST; in run_queries()
/samples/net/sockets/http_server/src/static_web_resources/
A Dmain.js27 const response = await fetch("/led", {method : "POST", body : payload});
/samples/net/sockets/http_server/src/
A Dmain.c81 enum http_method method = client->method; in echo_handler() local
94 snprintf(print_str, sizeof(print_str), "%s received (%zd bytes)", http_method_str(method), in echo_handler()
/samples/bluetooth/channel_sounding/
A DREADME.rst90 - Round-Trip Timing method: 2.633891 meters (derived from 7 samples)
91 - Phase-Based Ranging method: 0.511853 meters (derived from 38 samples)
121 - Round-Trip Timing method: 0.374741 meters (derived from 4 samples)
122 - Phase-Based Ranging method: 0.588290 meters (derived from 35 samples)
/samples/net/sockets/coap_download/src/
A Dmain.c56 struct coap_client_request request = {.method = COAP_METHOD_GET, in do_coap_download()
/samples/net/cloud/tagoio_http_post/src/
A Dsockets.c108 req.method = HTTP_POST; in tagoio_http_push()
/samples/net/sockets/coap_client/src/
A Dcoap-client.c129 static int send_simple_coap_request(uint8_t method) in send_simple_coap_request() argument
145 method, coap_next_id()); in send_simple_coap_request()
160 switch (method) { in send_simple_coap_request()
/samples/modules/cmsis_dsp/moving_average/
A DREADME.rst15 A **moving average** filter is a common method used for smoothing noisy data. It can be implemented
/samples/drivers/display/
A Dsample.yaml82 # of boards and shields, but rather serve as a method to test each
/samples/subsys/settings/
A DREADME.rst13 settings method. The example shows how to implement module handlers, how to
/samples/net/prometheus/
A DREADME.rst11 This library provides prometheus client library(pull method) implementation.
/samples/subsys/usb/testusb/
A DREADME.rst53 driver id table. The method for loading the ``usbtest`` driver for our
/samples/sensor/stream_drdy/
A DREADME.rst11 :ref:`RTIO framework <rtio>` based :ref:`Read and Decode method <sensor-read-and-decode>`.
/samples/sensor/stream_fifo/
A DREADME.rst12 :ref:`RTIO framework <rtio>` based :ref:`Read and Decode method <sensor-read-and-decode>`.
/samples/modules/tflite-micro/hello_world/train/
A Dtrain_hello_world_model.ipynb1521 … data) for each epoch. There are several ways to calculate loss, and the method we have used is _m…

Completed in 108 milliseconds