Searched +full:dac +full:- +full:resolution (Results 1 – 25 of 86) sorted by relevance
1234
4 * SPDX-License-Identifier: Apache-2.09 * @brief DAC shell commands.13 #include <zephyr/drivers/dac.h>20 uint8_t resolution; member27 .resolution = 3,33 const struct device *dac; in cmd_setup() local36 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 …]
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.09 * @brief DAC public API header file.22 * @brief DAC driver APIs23 * @defgroup dac_interface DAC driver APIs29 * @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; member50 * Type definition of DAC API function for configuring a channel.57 * Type definition of DAC API function for setting a write request.[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 = <&dac0>;4 dac-channel-id = <0>;5 dac-resolution = <12>;
3 dac = <&dac0>;4 dac-channel-id = <0>;5 dac-resolution = <10>;
3 dac = <&dac1>;4 dac-channel-id = <1>;5 dac-resolution = <12>;
3 dac = <&dacc>;4 dac-channel-id = <0>;5 dac-resolution = <12>;