Searched refs:sample (Results 626 – 650 of 1701) sorted by relevance
1...<<21222324252627282930>>...69
/Zephyr-4.1.0/samples/subsys/shell/shell_module/ |
D | README.rst | 1 .. zephyr:code-sample:: shell-module 46 This sample can be found under :zephyr_file:`samples/subsys/shell/shell_module` 49 The sample can be built for several platforms. 54 The sample may run on emulation targets. The following commands build the
|
/Zephyr-4.1.0/samples/boards/renesas/openamp_linux_zephyr/ |
D | README.rst | 1 .. zephyr:code-sample:: rz-openamp-linux-zephyr 31 Running the sample 37 The sample currently supports the Linux RZ/G Multi-OS Package V2.2.0. The build steps for Renesas M… 44 …file: meta-rz-features/meta-rz-multi-os/meta-rzg3s/recipes-example/rpmsg-sample/files/platform_inf… 71 1. Flash the sample to the board. 173 I: OpenAMP[remote] Linux sample client responder started 175 I: OpenAMP Linux sample client responder ended
|
/Zephyr-4.1.0/samples/sensor/accel_trig/ |
D | README.rst | 1 .. zephyr:code-sample:: accel_trig 9 This sample application demonstrates how to use 3-Axis accelerometers with triggers. 12 If the accelerometer is enabled with a tap trigger, the sample uses the tap trigger event to
|
/Zephyr-4.1.0/samples/boards/nordic/nrfx/ |
D | README.rst | 1 .. zephyr:code-sample:: nrf_nrfx 9 This sample demonstrates the usage of nrfx library in Zephyr. 31 This sample has been tested on the NordicSemiconductor nRF9160 DK
|
/Zephyr-4.1.0/drivers/usb_c/vbus/ |
D | usbc_vbus_adc.c | 44 value = data->sample; in adc_vbus_measure() 176 data->sequence.buffer = &data->sample; in adc_vbus_init() 177 data->sequence.buffer_size = sizeof(data->sample); in adc_vbus_init()
|
/Zephyr-4.1.0/samples/userspace/hello_world_user/src/ |
D | main.c | 12 #error This sample requires CONFIG_USERSPACE.
|
/Zephyr-4.1.0/samples/boards/renesas/comparator/ |
D | Kconfig | 4 mainmenu "Comparator sample additional options"
|
/Zephyr-4.1.0/samples/net/mqtt_publisher/ |
D | docker-test.sh | 16 start_zephyr -DOVERLAY_CONFIG=overlay-sample.conf "$overlay"
|
D | README.rst | 1 .. zephyr:code-sample:: mqtt-publisher 14 The Zephyr MQTT Publisher sample application is a MQTT v3.1.1 20 The source code of this sample application can be found at: 28 - Mosquitto server: any version that supports MQTT v3.1.1. This sample 36 Currently, this sample application only supports static IP addresses. 67 This sample application supports the IBM Bluemix Watson topic format that can 92 of this sample application (i.e., :zephyr_file:`samples/net/mqtt_publisher`) and type: 143 sample to connect to it, it does require some work on the user's part to 148 try this sample with TLS enabled, by following these steps: 160 - Build the sample by specifying ``-DEXTRA_CONF_FILE=overlay-tls.conf`` [all …]
|
/Zephyr-4.1.0/samples/psa/ |
D | index.rst | 1 .. zephyr:code-sample-category:: psa
|
/Zephyr-4.1.0/drivers/sensor/st/lis2dh/ |
D | lis2dh.c | 125 lis2dh_convert(lis2dh->sample.xyz[i], lis2dh->scale, val); in lis2dh_channel_get() 142 lis2dh->sample.raw, in lis2dh_fetch_xyz() 143 sizeof(lis2dh->sample.raw)); in lis2dh_fetch_xyz() 150 int16_t *sample = in lis2dh_fetch_xyz() local 151 (int16_t *)&lis2dh->sample.raw[1 + i]; in lis2dh_fetch_xyz() 153 *sample = sys_le16_to_cpu(*sample); in lis2dh_fetch_xyz() 156 if (lis2dh->sample.status & LIS2DH_STATUS_DRDY_MASK) { in lis2dh_fetch_xyz()
|
/Zephyr-4.1.0/boards/silabs/dev_kits/xg24_dk2601b/doc/ |
D | index.rst | 104 The sample application :zephyr:code-sample:`hello_world` is used for this example. 139 Then build the Zephyr kernel and a Bluetooth sample with the following 140 command. The :zephyr:code-sample:`bluetooth_observer` sample application is used in
|
/Zephyr-4.1.0/boards/sparkfun/thing_plus_matter_mgm240p/doc/ |
D | index.rst | 108 The sample application :zephyr:code-sample:`hello_world` is used for this example. 143 Then build the Zephyr kernel and a Bluetooth sample with the following 144 command. The :zephyr:code-sample:`bluetooth_observer` sample application is used in
|
/Zephyr-4.1.0/samples/drivers/mspi/mspi_flash/ |
D | README.rst | 1 .. zephyr:code-sample:: mspi-flash 10 This sample demonstrates using the :ref:`flash API <flash_api>` on a MSPI NOR serial flash
|
/Zephyr-4.1.0/samples/drivers/spi_flash/ |
D | README.rst | 1 .. zephyr:code-sample:: spi-nor 10 This sample demonstrates using the :ref:`flash API <flash_api>` on a SPI NOR serial flash
|
/Zephyr-4.1.0/samples/posix/eventfd/ |
D | README.rst | 1 .. zephyr:code-sample:: posix-eventfd 9 This sample application demonstrates using the POSIX eventfd() function to create a file descriptor,
|
/Zephyr-4.1.0/samples/boards/st/uart/single_wire/ |
D | README.rst | 1 .. zephyr:code-sample:: uart-stm32-single-wire 14 twister to verify this sample's output automatically.
|
/Zephyr-4.1.0/samples/net/cloud/mqtt_azure/ |
D | Kconfig | 1 # Private config options for mqtt-azure sample app 6 mainmenu "Networking mqtt-azure sample application"
|
/Zephyr-4.1.0/samples/sensor/ina219/ |
D | README.rst | 1 .. zephyr:code-sample:: ina219 10 This sample application measures shunt voltage, bus voltage, power and current
|
/Zephyr-4.1.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_df_types.h | 113 struct iq_sample sample[0]; member 171 struct iq_sample sample[0]; member
|
/Zephyr-4.1.0/samples/application_development/external_lib/ |
D | README.rst | 1 .. zephyr:code-sample:: external_library 17 To use this sample on a Windows host operating system, GNU Make needs to be in
|
/Zephyr-4.1.0/doc/connectivity/networking/api/ |
D | socks5.rst | 50 application can call to setup SOCKS5 proxy. See :zephyr:code-sample:`mqtt-publisher` 51 sample application for usage example.
|
/Zephyr-4.1.0/tests/drivers/spi/spi_loopback/boards/ |
D | mimxrt700_evk_mimxrt798s_cm33_cpu0.overlay | 7 /* To test this sample, connect J20.3 <-> J20.5 */
|
/Zephyr-4.1.0/samples/bluetooth/central_multilink/ |
D | Kconfig | 12 sample.
|
/Zephyr-4.1.0/samples/bluetooth/peripheral_identity/ |
D | Kconfig | 12 central_multilink sample.
|
1...<<21222324252627282930>>...69