Searched refs:method (Results 1 – 16 of 16) sorted by relevance
/samples/drivers/sent/boards/ |
A D | s32z2xxdc2_s32z270_rtu0.overlay | 33 successive-calib-pulse-method = <2>;
|
/samples/net/sockets/http_client/src/ |
A D | main.c | 189 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 D | main.js | 27 const response = await fetch("/led", {method : "POST", body : payload});
|
/samples/net/sockets/http_server/src/ |
A D | main.c | 81 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 D | README.rst | 90 - 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 D | main.c | 56 struct coap_client_request request = {.method = COAP_METHOD_GET, in do_coap_download()
|
/samples/net/cloud/tagoio_http_post/src/ |
A D | sockets.c | 108 req.method = HTTP_POST; in tagoio_http_push()
|
/samples/net/sockets/coap_client/src/ |
A D | coap-client.c | 129 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 D | README.rst | 15 A **moving average** filter is a common method used for smoothing noisy data. It can be implemented
|
/samples/drivers/display/ |
A D | sample.yaml | 82 # of boards and shields, but rather serve as a method to test each
|
/samples/subsys/settings/ |
A D | README.rst | 13 settings method. The example shows how to implement module handlers, how to
|
/samples/net/prometheus/ |
A D | README.rst | 11 This library provides prometheus client library(pull method) implementation.
|
/samples/subsys/usb/testusb/ |
A D | README.rst | 53 driver id table. The method for loading the ``usbtest`` driver for our
|
/samples/sensor/stream_drdy/ |
A D | README.rst | 11 :ref:`RTIO framework <rtio>` based :ref:`Read and Decode method <sensor-read-and-decode>`.
|
/samples/sensor/stream_fifo/ |
A D | README.rst | 12 :ref:`RTIO framework <rtio>` based :ref:`Read and Decode method <sensor-read-and-decode>`.
|
/samples/modules/tflite-micro/hello_world/train/ |
A D | train_hello_world_model.ipynb | 1521 … data) for each epoch. There are several ways to calculate loss, and the method we have used is _m…
|
Completed in 108 milliseconds