Home
last modified time | relevance | path

Searched +full:dac +full:- +full:resolution (Results 1 – 25 of 86) sorted by relevance

1234

/Zephyr-Core-3.5.0/drivers/dac/
Ddac_shell.c4 * SPDX-License-Identifier: Apache-2.0
9 * @brief DAC shell commands.
13 #include <zephyr/drivers/dac.h>
20 uint8_t resolution; member
27 .resolution = 3,
33 const struct device *dac; in cmd_setup() local
36 dac = device_get_binding(argv[args_indx.device]); in cmd_setup()
37 if (!dac) { in cmd_setup()
38 shell_error(sh, "DAC device not found"); in cmd_setup()
39 return -EINVAL; in cmd_setup()
[all …]
/Zephyr-Core-3.5.0/dts/bindings/dac/
Despressif,esp32-dac.yaml2 # 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 …]
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Ddac.h4 * 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
29 * @brief Structure for specifying the configuration of a DAC channel.
32 /** Channel identifier of the DAC that should be configured. */
34 /** Desired resolution of the DAC (depends on device capabilities). */
35 uint8_t resolution; member
50 * Type definition of DAC API function for configuring a channel.
57 * Type definition of DAC API function for setting a write request.
[all …]
/Zephyr-Core-3.5.0/samples/drivers/dac/boards/
Desp32_devkitc_wroom.overlay4 * SPDX-License-Identifier: Apache-2.0
9 dac = <&dac>;
10 dac-channel-id = <0>;
11 dac-resolution = <8>;
15 &dac {
Dyd_esp32.overlay4 * SPDX-License-Identifier: Apache-2.0
9 dac = <&dac>;
10 dac-channel-id = <0>;
11 dac-resolution = <8>;
15 &dac {
Desp32_devkitc_wrover.overlay4 * SPDX-License-Identifier: Apache-2.0
9 dac = <&dac>;
10 dac-channel-id = <0>;
11 dac-resolution = <8>;
15 &dac {
Desp32s2_saola.overlay4 * SPDX-License-Identifier: Apache-2.0
9 dac = <&dac>;
10 dac-channel-id = <0>;
11 dac-resolution = <8>;
15 &dac {
Dlongan_nano.overlay4 * SPDX-License-Identifier: Apache-2.0
9 dac = <&dac>;
10 dac-channel-id = <0>;
11 dac-resolution = <12>;
Dlongan_nano_lite.overlay4 * SPDX-License-Identifier: Apache-2.0
9 dac = <&dac>;
10 dac-channel-id = <0>;
11 dac-resolution = <12>;
Dgd32e103v_eval.overlay4 * SPDX-License-Identifier: Apache-2.0
9 dac = <&dac>;
10 dac-channel-id = <0>;
11 dac-resolution = <12>;
Dgd32f450i_eval.overlay4 * SPDX-License-Identifier: Apache-2.0
9 dac = <&dac>;
10 dac-channel-id = <0>;
11 dac-resolution = <12>;
Dgd32a503v_eval.overlay4 * SPDX-License-Identifier: Apache-2.0
9 dac = <&dac>;
10 dac-channel-id = <0>;
11 dac-resolution = <12>;
Dtwr_ke18f.overlay3 dac = <&dac0>;
4 dac-channel-id = <0>;
5 dac-resolution = <12>;
Darduino_zero.overlay3 dac = <&dac0>;
4 dac-channel-id = <0>;
5 dac-resolution = <10>;
Dfrdm_k64f.overlay3 dac = <&dac0>;
4 dac-channel-id = <0>;
5 dac-resolution = <12>;
Dnucleo_f207zg.overlay3 dac = <&dac1>;
4 dac-channel-id = <1>;
5 dac-resolution = <12>;
Dnucleo_g431rb.overlay3 dac = <&dac1>;
4 dac-channel-id = <1>;
5 dac-resolution = <12>;
Dnucleo_h743zi.overlay3 dac = <&dac1>;
4 dac-channel-id = <1>;
5 dac-resolution = <12>;
Dronoth_lodev.overlay3 dac = <&dac1>;
4 dac-channel-id = <1>;
5 dac-resolution = <12>;
Dsam_e70_xplained.overlay3 dac = <&dacc>;
4 dac-channel-id = <0>;
5 dac-resolution = <12>;
Dstm32l562e_dk.overlay3 dac = <&dac1>;
4 dac-channel-id = <1>;
5 dac-resolution = <12>;
Db_u585i_iot02a.overlay3 dac = <&dac1>;
4 dac-channel-id = <1>;
5 dac-resolution = <12>;
Dbl5340_dvk_cpuapp.overlay3 dac = <&dac0>;
4 dac-channel-id = <0>;
5 dac-resolution = <12>;
Ddisco_l475_iot1.overlay3 dac = <&dac1>;
4 dac-channel-id = <1>;
5 dac-resolution = <12>;
Dfrdm_k22f.overlay3 dac = <&dac0>;
4 dac-channel-id = <0>;
5 dac-resolution = <12>;

1234