Searched +full:dac +full:- +full:resolution (Results 1 – 25 of 118) sorted by relevance
12345
/Zephyr-latest/dts/bindings/dac/ |
D | espressif,esp32-dac.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 Espressif Digital to Analog converter (DAC) control node 6 is part of the RTC low-power domain and belongs to the SENSE 10 Two GPIO pads can only be connected to the DAC peripheral. 13 - GPIO25 as DAC channel 1 14 - GPIO26 as DAC channel 2 16 ESP32-S2 pads 17 - GPIO17 as DAC channel 1 18 - GPIO18 as DAC channel 2 20 To enable the DAC peripheral it must be enabled in the board [all …]
|
D | ti,dacx0501.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 description: TI DACx0501 12 to 16 bit DAC series for DAC60501, DAC70501 and DAC80501 devices. 11 voltage-reference: 15 - "internal" 16 - "external" 18 DAC voltage reference select: either internal (2.5 V) or external 20 output-gain: 24 - "mul2" 25 - "mul1" 26 - "div2" [all …]
|
/Zephyr-latest/drivers/dac/ |
D | dac_shell.c | 4 * SPDX-License-Identifier: Apache-2.0 9 * @brief DAC shell commands. 13 #include <zephyr/drivers/dac.h> 20 uint8_t resolution; member 28 .resolution = 3, 35 const struct device *dac; in cmd_setup() local 39 dac = shell_device_get_binding(argv[args_indx.device]); in cmd_setup() 40 if (!dac) { in cmd_setup() 41 shell_error(sh, "DAC device not found"); in cmd_setup() 42 return -EINVAL; in cmd_setup() [all …]
|
D | dac_stm32.c | 4 * SPDX-License-Identifier: Apache-2.0 11 #include <zephyr/drivers/dac.h> 25 /* some low-end MCUs have DAC with only one channel */ 43 /* Read-only driver configuration */ 45 /* DAC instance. */ 56 uint8_t resolution; member 62 struct dac_stm32_data *data = dev->data; in dac_stm32_write_value() 63 const struct dac_stm32_cfg *cfg = dev->config; in dac_stm32_write_value() 65 if (channel - STM32_FIRST_CHANNEL >= data->channel_count || in dac_stm32_write_value() 68 return -EINVAL; in dac_stm32_write_value() [all …]
|
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/boards/ |
D | frdm_k64f.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 * J4.3 will be the ADC input and J4.11 the DAC output 13 io-channels = <&adc0 20>; 14 dac = <&dac0>; 15 dac-channel-id = <0>; 16 dac-resolution = <12>; 21 #address-cells = <1>; 22 #size-cells = <0>; 29 zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>; 30 zephyr,resolution = <12>;
|
/Zephyr-latest/dts/bindings/sensor/ |
D | festo,veaa-x-3.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 Festo VEAA proportional pressure regulator using 3/3-way valve. 8 compatible: "festo,veaa-x-3" 10 include: sensor-device.yaml 13 io-channels: 14 type: phandle-array 19 dac: 23 DAC used to set the setpoint value: 24 <&dac_node channel resolution buffered> 25 dac-channel-id: [all …]
|
/Zephyr-latest/samples/drivers/dac/boards/ |
D | esp32_devkitc_wroom_procpu.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 dac = <&dac>; 10 dac-channel-id = <0>; 11 dac-resolution = <8>; 15 &dac {
|
D | esp32_devkitc_wrover_procpu.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 dac = <&dac>; 10 dac-channel-id = <0>; 11 dac-resolution = <8>; 15 &dac {
|
D | esp32s2_saola.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 dac = <&dac>; 10 dac-channel-id = <0>; 11 dac-resolution = <8>; 15 &dac {
|
D | yd_esp32_procpu.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 dac = <&dac>; 10 dac-channel-id = <0>; 11 dac-resolution = <8>; 15 &dac {
|
D | longan_nano.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 dac = <&dac>; 10 dac-channel-id = <0>; 11 dac-resolution = <12>;
|
D | longan_nano_gd32vf103_lite.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 dac = <&dac>; 10 dac-channel-id = <0>; 11 dac-resolution = <12>;
|
D | gd32f450i_eval.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 dac = <&dac>; 10 dac-channel-id = <0>; 11 dac-resolution = <12>;
|
D | gd32e103v_eval.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 dac = <&dac>; 10 dac-channel-id = <0>; 11 dac-resolution = <12>;
|
D | gd32a503v_eval.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 dac = <&dac>; 10 dac-channel-id = <0>; 11 dac-resolution = <12>;
|
D | arduino_giga_r1_stm32h747xx_m7.overlay | 3 dac = <&dac1>; 4 dac-channel-id = <1>; 5 dac-resolution = <12>;
|
D | arduino_zero.overlay | 3 dac = <&dac0>; 4 dac-channel-id = <0>; 5 dac-resolution = <10>;
|
D | b_u585i_iot02a.overlay | 3 dac = <&dac1>; 4 dac-channel-id = <1>; 5 dac-resolution = <12>;
|
D | bl5340_dvk_nrf5340_cpuapp.overlay | 3 dac = <&dac0>; 4 dac-channel-id = <0>; 5 dac-resolution = <12>;
|
D | disco_l475_iot1.overlay | 3 dac = <&dac1>; 4 dac-channel-id = <1>; 5 dac-resolution = <12>;
|
D | frdm_k22f.overlay | 3 dac = <&dac0>; 4 dac-channel-id = <0>; 5 dac-resolution = <12>;
|
D | nucleo_f091rc.overlay | 3 dac = <&dac1>; 4 dac-channel-id = <1>; 5 dac-resolution = <12>;
|
D | nucleo_f429zi.overlay | 3 dac = <&dac1>; 4 dac-channel-id = <1>; 5 dac-resolution = <12>;
|
/Zephyr-latest/include/zephyr/drivers/ |
D | dac.h | 4 * SPDX-License-Identifier: Apache-2.0 9 * @brief DAC public API header file. 22 * @brief DAC driver APIs 23 * @defgroup dac_interface DAC driver APIs 37 * @brief Structure for specifying the configuration of a DAC channel. 40 /** Channel identifier of the DAC that should be configured. */ 42 /** Desired resolution of the DAC (depends on device capabilities). */ 43 uint8_t resolution; member 50 * support directly connecting to on-chip peripherals via internal paths. The actual 63 * Type definition of DAC API function for configuring a channel. [all …]
|
/Zephyr-latest/samples/sensor/veaa_x_3/boards/ |
D | nucleo_h563zi.overlay | 2 * SPDX-License-Identifier: Apache-2.0 8 /delete-node/ &spi1; 13 compatible = "festo,veaa-x-3"; 14 io-channels = <&adc1 3>; 15 dac = <&dac1>; 16 dac-channel-id = <2>; 17 dac-resolution = <12>; 18 pressure-range-type = "D2"; 24 #address-cells = <1>; 25 #size-cells = <0>; [all …]
|
12345