Searched refs:sample (Results 401 – 425 of 1701) sorted by relevance
1...<<11121314151617181920>>...69
/Zephyr-4.1.0/samples/subsys/usb/uac2_explicit_feedback/ |
D | Kconfig | 4 menu "UAC2 external feedback sample options" 14 # Source common USB sample options used to initialize new experimental USB
|
/Zephyr-4.1.0/samples/drivers/rtc/ |
D | README.rst | 1 .. zephyr:code-sample:: rtc 10 This sample shows how to use the :ref:`rtc driver API <rtc_api>`
|
/Zephyr-4.1.0/samples/net/zperf/ |
D | Kconfig | 11 sample. Can improve performance on platforms with fast code 25 # Source common USB sample options used to initialize new experimental USB
|
/Zephyr-4.1.0/samples/cpp/hello_world/ |
D | README.rst | 1 .. zephyr:code-sample:: hello_cpp_world 9 A simple :ref:`C++ <language_cpp>` sample that can be used with many supported board and prints
|
/Zephyr-4.1.0/samples/net/openthread/shell/ |
D | README.rst | 1 .. zephyr:code-sample:: openthread-shell 10 This sample allows testing the Thread protocol and the underlying IEEE 802.15.4 drivers for various
|
/Zephyr-4.1.0/samples/subsys/llext/modules/ |
D | Kconfig | 21 required if you select 'm'. Please review this sample's documentation 22 and sample.yaml for more information.
|
/Zephyr-4.1.0/tests/drivers/audio/dmic_api/ |
D | README.txt | 9 * Verify the DMIC can sample from one left channel 11 * Verify the DMIC can sample from a stereo L/R pair
|
/Zephyr-4.1.0/tests/drivers/build_all/comparator/mcux_acmp/ |
D | mimxrt1176_mux_dac.dts | 36 filter-enable-sample; 43 discrete-mode-sample-time = "T1";
|
/Zephyr-4.1.0/samples/shields/x_nucleo_iks02a1/microphone/ |
D | README.rst | 1 .. zephyr:code-sample:: x-nucleo-iks02a1-mic 9 This sample enables the digital MEMS microphone on X-NUCLEO-IKS02A1 12 This sample provides an example of how to acquire audio through 21 This sample communicates over I2C with the X-NUCLEO-IKS02A1 shield 39 This sample runs with X-NUCLEO-IKS02A1 stacked on any board with a matching 41 To build the sample you can use following command: 52 building the sample is the I2S output clock frequency configuration. For example, 70 - 16KHz sample rate 71 - 16 bits per sample
|
/Zephyr-4.1.0/samples/subsys/usb_c/sink/ |
D | README.rst | 1 .. zephyr:code-sample:: usb-c-sink 18 .. _usb-c-sink-sample-requirements: 22 The TCPC device used by the sample is specified in the devicetree 24 The sample has been tested on :zephyr:board:`b_g474e_dpow1` and
|
/Zephyr-4.1.0/samples/kernel/condition_variables/condvar/ |
D | README.rst | 1 .. zephyr:code-sample:: kernel-condvar 10 This sample demonstrates the usage of :ref:`condition variables <condvar>` in a 16 pending on the condition variable. The sample can be used with any 17 :ref:`supported board <boards>` and prints the sample output shown to
|
/Zephyr-4.1.0/samples/shields/x_nucleo_53l0a1/ |
D | README.rst | 1 .. zephyr:code-sample:: x-nucleo-53l0a1 9 This sample demonstrate the usage of the 4 digits x 7 segments display and the 36 This sample communicates over I2C with the X-NUCLEO-53L0A1 shield 50 This sample runs with X-NUCLEO-53L0A1 stacked on any board with a matching
|
/Zephyr-4.1.0/samples/boards/st/uart/circular_dma/ |
D | README.rst | 1 .. zephyr:code-sample:: uart 10 This sample demonstrates how to use STM32 UART serial driver with DMA in circular mode. 14 is used, hence the majority of boards should be able to run this sample. 19 Build and flash the sample as follows, changing ``nucleo_g071rb`` for
|
/Zephyr-4.1.0/samples/drivers/adc/adc_dt/ |
D | README.rst | 1 .. zephyr:code-sample:: adc_dt 10 This sample demonstrates how to use the :ref:`ADC driver API <adc_api>`. 25 In addition to that, this sample requires an ADC channel specified in the 40 The sample can be built and executed for the
|
/Zephyr-4.1.0/samples/drivers/adc/adc_sequence/ |
D | README.rst | 1 .. zephyr:code-sample:: adc_sequence 2 :name: Analog-to-Digital Converter (ADC) sequence sample 10 This sample demonstrates how to use the :ref:`ADC driver API <adc_api>` using sequences. 33 The sample can be built and executed for the
|
/Zephyr-4.1.0/samples/subsys/rtio/sensor_batch_processing/ |
D | README.rst | 1 .. zephyr:code-sample:: sensor_batch_processing 10 This sample application demonstrates the use of the :ref:`rtio` framework for 23 This sample can be found under :zephyr_file:`samples/subsys/rtio` in the Zephyr tree. 25 The sample can be built for most platforms, the following commands build the
|
/Zephyr-4.1.0/drivers/sensor/ti/tmp114/ |
D | tmp114.c | 33 uint16_t sample; member 92 drv_data->sample = 0U; in tmp114_sample_fetch() 114 drv_data->sample = (int16_t)value; in tmp114_sample_fetch() 134 tmp = ((int16_t)drv_data->sample * (int32_t)TMP114_RESOLUTION) / 10; in tmp114_channel_get()
|
/Zephyr-4.1.0/samples/sensor/thermometer/ |
D | README.rst | 1 .. zephyr:code-sample:: thermometer 11 This sample application periodically measures the ambient temperature 41 ``nrf52840dk/nrf52840`` board within this sample: 49 below a threshold, the sample will enable the sensor's trigger functionality.
|
/Zephyr-4.1.0/samples/sensor/ds18b20/ |
D | README.rst | 1 .. zephyr:code-sample:: ds18b20 10 This sample shows how to use the Zephyr :ref:`sensor` API driver for the 16 The sample periodically reads temperature data from the 17 first available DS18B20 device discovered in the system. The sample checks the 65 The sample prints output to the serial console. DS18B20 device driver messages
|
/Zephyr-4.1.0/boards/shields/x_nucleo_53l0a1/doc/ |
D | index.rst | 61 The sample :zephyr:code-sample:`vl53l0x` demonstrates how to use the ranging sensor VL53L0X 64 The sample :zephyr:code-sample:`x-nucleo-53l0a1` sample demonstrates how to use the three
|
/Zephyr-4.1.0/samples/subsys/fs/zms/ |
D | README.rst | 1 .. zephyr:code-sample:: zms 9 The sample shows how to use ZMS to store ID/VALUE pairs and reads them back. 10 Deleting an ID/VALUE pair is also shown in this sample. 12 The sample stores the following items: 35 This sample can be found under :zephyr_file:`samples/subsys/fs/zms` in the Zephyr tree. 37 The sample can be built for several platforms, but for the moment it has been tested only
|
/Zephyr-4.1.0/boards/arduino/zero/doc/ |
D | index.rst | 64 with a host PC. See the :zephyr:code-sample-category:`usb` sample applications for 65 more, such as the :zephyr:code-sample:`usb-cdc-acm` sample which sets up a virtual 84 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application:
|
/Zephyr-4.1.0/boards/seeed/seeeduino_xiao/doc/ |
D | index.rst | 60 with a host PC. See the :zephyr:code-sample-category:`usb` sample applications for 61 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/boards/adafruit/feather_m0_basic_proto/doc/ |
D | index.rst | 64 with a host PC. See the :zephyr:code-sample-category:`usb` sample applications for 65 more, such as the :zephyr:code-sample:`usb-cdc-acm` sample which sets up a virtual 78 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application:
|
/Zephyr-4.1.0/boards/firefly/roc_rk3568_pc/doc/ |
D | index.rst | 71 for example, with the :zephyr:code-sample:`synchronization` sample: 79 This will build an image with the synchronization sample app, boot it and 92 for example, with the :zephyr:code-sample:`synchronization` sample: 100 This will build an image with the shell_module sample app, boot it and
|
1...<<11121314151617181920>>...69