Searched +full:dac +full:- +full:channel +full:- +full:id (Results 1 – 25 of 108) sorted by relevance
12345
2 # SPDX-License-Identifier: Apache-2.05 Espressif Digital to Analog converter (DAC) control node6 is part of the RTC low-power domain and belongs to the SENSE10 Two GPIO pads can only be connected to the DAC peripheral.13 - GPIO25 as DAC channel 114 - GPIO26 as DAC channel 216 ESP32-S2 pads17 - GPIO17 as DAC channel 118 - GPIO18 as DAC channel 220 To enable the DAC peripheral it must be enabled in the board[all …]
4 * SPDX-License-Identifier: Apache-2.011 #include <zephyr/drivers/dac.h>16 #include "driver/dac.h"28 uint8_t channel, uint32_t value) in dac_esp32_write_value() argument32 dac_output_voltage(channel, value); in dac_esp32_write_value()42 if (channel_cfg->channel_id > SOC_DAC_CHAN_NUM) { in dac_esp32_channel_setup()43 LOG_ERR("Channel %d is not valid", channel_cfg->channel_id); in dac_esp32_channel_setup()44 return -EINVAL; in dac_esp32_channel_setup()47 if (channel_cfg->internal) { in dac_esp32_channel_setup()49 return -ENOTSUP; in dac_esp32_channel_setup()[all …]
2 # SPDX-License-Identifier: Apache-2.05 Festo VEAA proportional pressure regulator using 3/3-way valve.8 compatible: "festo,veaa-x-3"10 include: sensor-device.yaml13 io-channels:14 type: phandle-array18 <&adc_node channel>19 dac:23 DAC used to set the setpoint value:24 <&dac_node channel resolution buffered>[all …]
4 * SPDX-License-Identifier: Apache-2.09 dac = <&dac>;10 dac-channel-id = <0>;11 dac-resolution = <8>;15 &dac {
4 * SPDX-License-Identifier: Apache-2.09 dac = <&dac>;10 dac-channel-id = <0>;11 dac-resolution = <12>;
3 dac = <&dac1>;4 dac-channel-id = <1>;5 dac-resolution = <12>;
3 dac = <&dac0>;4 dac-channel-id = <0>;5 dac-resolution = <10>;
3 dac = <&dac0>;4 dac-channel-id = <0>;5 dac-resolution = <12>;