Home
last modified time | relevance | path

Searched refs:sample (Results 426 – 450 of 1701) sorted by relevance

1...<<11121314151617181920>>...69

/Zephyr-4.1.0/samples/modules/compression/
Dcompression.rst1 .. zephyr:code-sample-category:: compression
/Zephyr-4.1.0/samples/subsys/usb/dfu-next/
DREADME.rst1 .. zephyr:code-sample:: dfu-next
10 This sample application demonstrates the USB DFU implementation using the
22 This sample can be built for multiple boards, in this example we will build it
64 It is also possible to try the sample together with the MCUboot bootloader
65 library. The following example shows how to build MCUboot and this sample with
78 :zephyr:code-sample:`hello_world`, which will be used as an image for the
115 USB DFU sample, showing this output to the console:
133 [00:00:00.000,427] <inf> main: USB DFU sample is initialized
DKconfig4 menu "USB DFU sample options"
31 # Source common USB sample options used to initialize new experimental USB
/Zephyr-4.1.0/samples/bluetooth/channel_sounding/
DREADME.rst1 .. zephyr:code-sample:: ble_cs
12 The CS Test sample shows how to us the CS test command to override randomization of certain channel
16 The connected CS sample shows how to set up regular channel sounding procedures on a connection
26 the channel sounding results in the sample are exchanged in a simple way using a GATT characteristi…
49 See :zephyr:code-sample-category:`bluetooth` samples for details.
51 These sample use two applications, so two devices need to be setup.
57 Here is an example output from the connected CS sample:
94 Here is an example output from the CS Test sample:
/Zephyr-4.1.0/boards/adafruit/nrf52_adafruit_feather/doc/
Dindex.rst90 Here is an example for the :zephyr:code-sample:`hello_world` application.
93 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application:
138 - :zephyr:code-sample:`blinky`
139 - :zephyr:code-sample:`button`
140 - :zephyr:code-sample:`fade-led`
141 - :zephyr:code-sample:`pwm-blinky`
142 - :zephyr:code-sample:`multi-thread-blinky`
/Zephyr-4.1.0/drivers/sensor/st/iis2iclx/
Diis2iclx.c332 int16_t sample[3]; in iis2iclx_magn_get_channel() local
342 sample[0] = (int16_t)(data->ext_data[idx][0] | in iis2iclx_magn_get_channel()
344 sample[1] = (int16_t)(data->ext_data[idx][2] | in iis2iclx_magn_get_channel()
346 sample[2] = (int16_t)(data->ext_data[idx][4] | in iis2iclx_magn_get_channel()
351 iis2iclx_magn_convert(val, sample[0], data->magn_gain); in iis2iclx_magn_get_channel()
354 iis2iclx_magn_convert(val, sample[1], data->magn_gain); in iis2iclx_magn_get_channel()
357 iis2iclx_magn_convert(val, sample[2], data->magn_gain); in iis2iclx_magn_get_channel()
360 iis2iclx_magn_convert(val, sample[0], data->magn_gain); in iis2iclx_magn_get_channel()
361 iis2iclx_magn_convert(val + 1, sample[1], data->magn_gain); in iis2iclx_magn_get_channel()
362 iis2iclx_magn_convert(val + 2, sample[2], data->magn_gain); in iis2iclx_magn_get_channel()
/Zephyr-4.1.0/samples/net/openthread/coap/
DREADME.rst1 .. zephyr:code-sample:: ot-coap
10 This sample demonstrates how to use OpenThread CoAP API.
22 The source code for this sample application can be found at:
26 This sample uses the OpenThread CoAP API whereas Zephyr has its own CoAP API.
38 Build the OpenThread FTD CoAP server sample application like this:
43 :west-args: -T sample.net.openthread.ftd.coap.server
47 Build the OpenThread FTD CoAP client sample application like this:
52 :west-args: -T sample.net.openthread.ftd.coap.client
62 :west-args: -T sample.net.openthread.ftd.coap.server
72 :west-args: -T sample.net.openthread.ftd.coap.client
/Zephyr-4.1.0/samples/boards/bbc/microbit/display/
DREADME.rst1 .. zephyr:code-sample:: bbc_microbit_display
26 The sample app displays a countdown of the characters 9-0, iterates
/Zephyr-4.1.0/boards/shields/npm1300_ek/doc/
Dindex.rst25 when invoking ``west build``. You can check :zephyr:code-sample:`npm1300_ek` for a
26 comprehensive sample.
/Zephyr-4.1.0/samples/sensor/sht3xd/
DREADME.rst1 .. zephyr:code-sample:: sht3xd
10 This sample application periodically (2 Hz) measures the ambient
22 This sample uses the SHT3X_DIS sensor controlled using the I2C interface.
/Zephyr-4.1.0/samples/boards/st/power_mgmt/suspend_to_ram/
DREADME.rst1 .. zephyr:code-sample:: stm32_pm_suspend_to_ram
10 This sample is a minimum application to demonstrate basic power management
16 .. _stm32-pm-suspend-to-ram-sample-requirements:
/Zephyr-4.1.0/samples/subsys/profiling/perf/
DREADME.rst1 .. zephyr:code-sample:: profiling-perf
17 * Build and run the sample with:
25 * After the sample has started, enter the shell command:
/Zephyr-4.1.0/boards/renode/riscv32_virtual/doc/
Dindex.rst29 emulated environment. For example, with the :zephyr:code-sample:`synchronization` sample:
37 This will build an image with the synchronization sample app, boot it using
/Zephyr-4.1.0/drivers/sensor/aosong/dht/
Ddht.h17 uint8_t sample[4]; member
/Zephyr-4.1.0/samples/subsys/testsuite/
Dtestsuite.rst1 .. zephyr:code-sample-category:: testsuite
/Zephyr-4.1.0/samples/boards/nordic/clock_control/configs/
Dcpuapp_hsfll.overlay9 sample-clock = &cpuapp_hsfll;
Dfll16m.overlay9 sample-clock = &fll16m;
Dglobal_hsfll.overlay9 sample-clock = &hsfll120;
Dlfclk.overlay9 sample-clock = &lfclk;
/Zephyr-4.1.0/samples/bluetooth/iso_broadcast_benchmark/
DREADME.rst1 .. zephyr:code-sample:: bluetooth_isochronous_broadcaster_benchmark
7 The ISO Broadcast Benchmark sample measures and report packet loss and sync loss
13 The sample transmits data from the *broadcaster* to the
27 * A remote board running the same sample as the reversed role that supports
33 This sample can be found under
36 See :zephyr:code-sample-category:`bluetooth` samples for details.
42 After programming the sample to both boards, test it by performing the following
/Zephyr-4.1.0/boards/adafruit/trinket_m0/doc/
Dindex.rst66 with a host PC. See the :zephyr:code-sample-category:`usb` sample applications for
67 more, such as the :zephyr:code-sample:`usb-cdc-acm` sample which sets up a virtual
82 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application:
/Zephyr-4.1.0/samples/sensor/tmp108/
DREADME.rst1 .. zephyr:code-sample:: tmp108
10 This sample writes the temperature to the console once every 3 seconds. There are
/Zephyr-4.1.0/samples/boards/st/power_mgmt/stop3/
DREADME.rst1 .. zephyr:code-sample:: stm32_pm_stop3
9 This sample is a minimum application to demonstrate basic power management
/Zephyr-4.1.0/samples/net/prometheus/
DKconfig1 # Config options for prometheus sample application
6 mainmenu "Prometheus sample application"
/Zephyr-4.1.0/samples/net/sockets/packet/
DKconfig1 # Private config options for packet socket sample app
6 mainmenu "Networking packet socket sample application"

1...<<11121314151617181920>>...69