Home
last modified time | relevance | path

Searched +full:data +full:- +full:sheet (Results 1 – 25 of 142) sorted by relevance

123456

/Zephyr-latest/dts/bindings/regulator/
Dnxp,vref.yaml1 # Copyright 2023-2024 NXP
2 # SPDX-License-Identifier: Apache-2.0
9 - name: base.yaml
10 - name: regulator.yaml
11 property-allowlist:
12 - regulator-name
13 - regulator-init-microvolt
14 - regulator-min-microvolt
15 - regulator-max-microvolt
16 - regulator-initial-mode
[all …]
/Zephyr-latest/boards/shields/pmod_acl/doc/
Dindex.rst9 The Digilent Pmod ACL is a 3-axis digital accelerometer module powered by the
15 Set ``--shield pmod_acl`` when you invoke ``west build``. For example:
17 .. zephyr-app-commands::
18 :zephyr-app: samples/sensor/sensor_shell
33 - `Pmod ACL product page`_
34 - `Pmod ACL reference manual`_
35 - `Pmod ACL schematic`_
36 - `ADXL345 product page`_
37 - `ADXL345 data sheet`_
40 https://digilent.com/shop/pmod-acl-3-axis-accelerometer/
[all …]
/Zephyr-latest/boards/shields/eval_adxl362_ardz/doc/
Dindex.rst3 EVAL-ADXL362-ARDZ
9 The EVAL-ADXL362-ARDZ is a 3-axis digital accelerometer Arduino shield powered
15 Set ``--shield eval_adxl362_ardz`` when you invoke ``west build``. For example:
17 .. zephyr-app-commands::
18 :zephyr-app: samples/sensor/sensor_shell
33 - `EVAL-ADXL362-ARDZ product page`_
34 - `EVAL-ADXL362-ARDZ user guide`_
35 - `EVAL-ADXL362-ARDZ schematic`_
36 - `ADXL362 product page`_
37 - `ADXL362 data sheet`_
[all …]
/Zephyr-latest/boards/shields/eval_adxl372_ardz/doc/
Dindex.rst3 EVAL-ADXL372-ARDZ
9 The EVAL-ADXL372-ARDZ is a 3-axis digital accelerometer Arduino shield powered
15 Set ``--shield eval_adxl372_ardz`` when you invoke ``west build``. For example:
17 .. zephyr-app-commands::
18 :zephyr-app: samples/sensor/sensor_shell
33 - `EVAL-ADXL372-ARDZ product page`_
34 - `EVAL-ADXL372-ARDZ user guide`_
35 - `EVAL-ADXL372-ARDZ schematic`_
36 - `ADXL372 product page`_
37 - `ADXL372 data sheet`_
[all …]
/Zephyr-latest/soc/microchip/mec/
DKconfig5 # SPDX-License-Identifier: Apache-2.0
18 Boot-ROM. Use the full Microchip SPI image generator program for
19 authentication and all other Boot-ROM loader features. Refer to the MCHP
65 bool "SPI flash operates full-duplex with frequency (< 25 MHz)"
68 bool "SPI flash operates full-duplex with fast reading mode"
71 bool "SPI flash operates with dual data reading mode"
74 bool "SPI flash operates with quad data reading mode"
200 input/output data phases. Bits[0:2] are CPOL:CPHA_MOSI:CPHA_MISO. Refer
201 to the data sheet. Default value is 0 corresponding to SPI Mode 0
227 or other non-JTAG alternate functions.
[all …]
/Zephyr-latest/boards/shields/x_nucleo_iks01a1/doc/
Dindex.rst1 .. _x-nucleo-iks01a1:
3 X-NUCLEO-IKS01A1: MEMS Inertial and Environmental Multi sensor shield
8 The X-NUCLEO-IKS01A1 is a motion MEMS and environmental sensor
10 layout. It includes an STMicroelectronics’ LSM6DS0 3-axis accelerometer
11 and 3-axis gyroscope, the LIS3MDL 3-axis magnetometer, the HTS221
14 The X-NUCLEO-IKS01A1 interfaces with the main board via an I2C interface.
16 .. image:: img/x-nucleo-iks01a1.jpg
18 :alt: X-NUCLEO-IKS01A
21 `X-NUCLEO-IKS01A1 website`_.
26 X-NUCLEO-IKS01A1 provides the following key features:
[all …]
/Zephyr-latest/drivers/spi/
DKconfig.stm323 # Copyright (c) 2015-2016 Intel Corporation
4 # SPDX-License-Identifier: Apache-2.0
41 Handles erratum "BSY bit may stay high at the end of a data
43 Seen for instance in Errata Sheet 0290 §2.11.2
/Zephyr-latest/drivers/dac/
Ddac_dacx0501.c4 * SPDX-License-Identifier: Apache-2.0
12 * bits resolution respectively. Data sheet can be found here:
64 static int dacx0501_reg_read(const struct device *dev, const uint8_t addr, uint16_t *data) in dacx0501_reg_read() argument
66 const struct dacx0501_config *config = dev->config; in dacx0501_reg_read()
70 status = i2c_write_read_dt(&config->i2c_spec, &addr, sizeof(addr), raw_data, in dacx0501_reg_read()
77 *data = sys_get_be16(raw_data); in dacx0501_reg_read()
81 static int dacx0501_reg_write(const struct device *dev, uint8_t addr, uint16_t data) in dacx0501_reg_write() argument
83 const struct dacx0501_config *config = dev->config; in dacx0501_reg_write()
87 sys_put_be16(data, write_cmd + 1); in dacx0501_reg_write()
89 return i2c_write_dt(&config->i2c_spec, write_cmd, sizeof(write_cmd)); in dacx0501_reg_write()
[all …]
/Zephyr-latest/samples/drivers/led/pca9633/
DREADME.rst1 .. zephyr:code-sample:: pca9633
3 :relevant-api: led_interface
26 .. zephyr-app-commands::
27 :zephyr-app: samples/drivers/led/pca9633
38 - PCA9633: https://www.nxp.com/docs/en/data-sheet/PCA9633.pdf
/Zephyr-latest/dts/bindings/pinctrl/
Dmicrochip,xec-pinctrl.yaml3 # SPDX-License-Identifier: Apache-2.0
7 Based on pincfg-node.yaml binding.
23 pins, such as the 'bias-pull-up' property in group 2. Here is a list of
26 - bias-disable: Disable pull-up/down (default behavior, not required).
27 - bias-pull-down: Enable pull-down resistor.
28 - bias-pull-up: Enable pull-up resistor.
29 - drive-push-pull: Output driver is push-pull (default, not required).
30 - drive-open-drain: Output driver is open-drain.
31 - output-high: Set output state high when pin configured.
32 - output-low: Set output state low when pin configured.
[all …]
Dmicrochip,mec5-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
6 Based on pincfg-node.yaml binding.
22 pins, such as the 'bias-pull-up' property in group 2. Here is a list of
25 - bias-disable: Disable pull-up/down (default behavior, not required).
26 - bias-pull-down: Enable pull-down resistor.
27 - bias-pull-up: Enable pull-up resistor.
28 - drive-push-pull: Output driver is push-pull (default, not required).
29 - drive-open-drain: Output driver is open-drain.
30 - output-high: Set output state high when pin configured.
31 - output-low: Set output state low when pin configured.
[all …]
/Zephyr-latest/boards/u-blox/ubx_evkninab4/doc/
Dindex.rst3 u-blox EVK NINA-B40x
9 The u-blox NINA-B4 Evaluation Kit hardware is a Bluetooth low energy
10 module based on the Nordic Semiconductor nRF52833 ARM Cortex-M4F CPU
17 * :abbr:`I2C (Inter-Integrated Circuit)`
25 * :abbr:`UART (Universal asynchronous receiver-transmitter)`
29 .. figure:: img/EVK-NINA-B406_Top_web.jpg
31 EVK NINA-B4
33 More information about the NINA-B4 module and the EVK-NINA-B4 can be
34 found at `NINA-B40 product page`_ and `EVK-NINA-B4 product page`_.
42 +-----------+------------+----------------------+
[all …]
/Zephyr-latest/boards/shields/waveshare_ups/doc/
Dindex.rst3 Waveshare Pico UPS-B shield
9 The Waveshare Pico UPS-B shield is an uninterruptible Power supply (UPS)
15 :alt: Waveshare Pico UPS-B shield
17 Waveshare Pico UPS-B shield
20 --------
22 - INA219
24 - Senses bus voltages from 0 to 26 V
25 - Reports current, voltage and power
26 - 16 Programmable Addresses
27 - SOT23-8 and SOIC-8 packages
[all …]
/Zephyr-latest/boards/st/stm32vl_disco/doc/
Dindex.rst8 integrated ST-LINK debugger and programmer is included (V1), but the only
18 - On-board ST-LINK/V1 with selection mode switch to use the kit as a standalone
19 ST-LINK/V1 (with SWD connector for programming and debugging)
20 - Board power supply: through USB bus or from an external 5 V supply voltage
21 - External application power supply: 3 V and 5 V
22 - Four LEDs:
24 - LD1 (red) for 3.3 V power on
25 - LD2 (red/green) for USB communication
26 - LD3 (green) for PC9 output
27 - LD4 (blue) for PC8 output
[all …]
/Zephyr-latest/dts/bindings/led_strip/
Dworldsemi,ws2812-gpio.yaml2 # SPDX-License-Identifier: Apache-2.0
7 Driver bindings for bit-banging a WS2812 or compatible LED strip.
11 or can be provided by setting the delay-txx properties in the device
16 below. The exact timings of the LED strip data line might vary on the
17 type of LEDs used, consult the data-sheet for the precise timings.
20 +-------+ +---
24 ---+ +-----------------+
27 +---------------+ +---
31 ---+ +---------+
38 clock-frequency = <64000000>;
[all …]
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dservice_b_5_2.c4 * SPDX-License-Identifier: Apache-2.0
9 * This code is auto-generated from the Excel Workbook
10 * 'GATT_Test_Databases.xlsm' Sheet: 'Large Database 2'
37 * @param len Length of data to read
40 * @return Number of bytes read, or in case of an error - BT_GATT_ERR()
47 const uint8_t *value = attr->user_data; in read_value_v8()
73 * @brief Un-Register the Service B.5 and all its Characteristics...
Dservice_b_5_3.c4 * SPDX-License-Identifier: Apache-2.0
9 * This code is auto-generated from the Excel Workbook
10 * 'GATT_Test_Databases.xlsm' Sheet: 'Large Database 3'
37 * @param len Length of data to read
40 * @return Number of bytes read, or in case of an error - BT_GATT_ERR()
47 const uint8_t *value = attr->user_data; in read_value_v8()
73 * @brief Un-Register the Service B.5 and all its Characteristics...
Dservice_e_2.c4 * SPDX-License-Identifier: Apache-2.0
9 * This code is auto-generated from the Excel Workbook
10 * 'GATT_Test_Databases.xlsm' Sheet: 'Large Database 2'
37 * @param len Length of data to read
40 * @return Number of bytes read, or in case of an error - BT_GATT_ERR()
47 const uint8_t *value = attr->user_data; in read_value_v13()
73 * @brief Un-Register the Service E and all its Characteristics...
Dservice_b_4_1.c4 * SPDX-License-Identifier: Apache-2.0
9 * This code is auto-generated from the Excel Workbook
10 * 'GATT_Test_Databases.xlsm' Sheet: 'Large Database 1'
36 * @param buf Buffer with the data to write
41 * @return Number of bytes written, or in case of an error - BT_GATT_ERR()
48 uint8_t *value = attr->user_data; in write_value_v7()
82 * @brief Un-Register the Service B.4 and all its Characteristics...
Dservice_b_4_2.c4 * SPDX-License-Identifier: Apache-2.0
9 * This code is auto-generated from the Excel Workbook
10 * 'GATT_Test_Databases.xlsm' Sheet: 'Large Database 2'
36 * @param buf Buffer with the data to write
41 * @return Number of bytes written, or in case of an error - BT_GATT_ERR()
48 uint8_t *value = attr->user_data; in write_value_v7()
82 * @brief Un-Register the Service B.4 and all its Characteristics...
Dservice_b_4_3.c4 * SPDX-License-Identifier: Apache-2.0
9 * This code is auto-generated from the Excel Workbook
10 * 'GATT_Test_Databases.xlsm' Sheet: 'Large Database 3'
36 * @param buf Buffer with the data to write
41 * @return Number of bytes written, or in case of an error - BT_GATT_ERR()
48 uint8_t *value = attr->user_data; in write_value_v7()
82 * @brief Un-Register the Service B.4 and all its Characteristics...
Dservice_b_1_2.c4 * SPDX-License-Identifier: Apache-2.0
9 * This code is auto-generated from the Excel Workbook
10 * 'GATT_Test_Databases.xlsm' Sheet: 'Large Database 2'
37 * @param len Length of data to read
40 * @return Number of bytes read, or in case of an error - BT_GATT_ERR()
47 const uint8_t *value = attr->user_data; in read_value_v4()
58 * @param buf Buffer with the data to write
63 * @return Number of bytes written, or in case of an error - BT_GATT_ERR()
70 uint8_t *value = attr->user_data; in write_value_v4()
104 * @brief Un-Register the Service B.1 and all its Characteristics...
Dservice_b_1_3.c4 * SPDX-License-Identifier: Apache-2.0
9 * This code is auto-generated from the Excel Workbook
10 * 'GATT_Test_Databases.xlsm' Sheet: 'Large Database 3'
37 * @param len Length of data to read
40 * @return Number of bytes read, or in case of an error - BT_GATT_ERR()
47 const uint8_t *value = attr->user_data; in read_value_v4()
58 * @param buf Buffer with the data to write
63 * @return Number of bytes written, or in case of an error - BT_GATT_ERR()
70 uint8_t *value = attr->user_data; in write_value_v4()
104 * @brief Un-Register the Service B.1 and all its Characteristics...
/Zephyr-latest/boards/others/stm32f030_demo/doc/
Dindex.rst11 More information about the board can be found at the `stm32-base.org website`_.
15 - `STM32F030 reference manual`_
16 - `STM32F030 data sheet`_
21 - STM32F030F4P6 ARM Cortex-M0 processor, frequency up to 48 MHz
22 - 16 KiB of flash memory and 4 KiB of RAM
23 - 8 MHz quartz crystal
24 - 1 user LED
25 - One reset button
26 - 2-way jumper (BOOT0)
27 - Serial (1x4 male dupont (2.54mm))
[all …]
/Zephyr-latest/boards/u-blox/ubx_evkannab1/doc/
Dindex.rst3 u-blox EVK-ANNA-B11x
9 The u-blox ANNA-B1 Evaluation Kit hardware is a Bluetooth low energy
10 module based on the Nordic Semiconductor nRF52832 ARM Cortex-M4F CPU
17 * :abbr:`I2C (Inter-Integrated Circuit)`
25 * :abbr:`UART (Universal asynchronous receiver-transmitter)`
28 .. figure:: img/EVK-ANNA-B112.jpg
30 EVK ANNA-B1
32 More information about the ANNA-B1 module and the EVK-ANNA-B1
33 can be found at `ANNA-B1 product page`_ and
34 `EVK-ANNA-B1 product page`_.
[all …]

123456