Lines Matching full:dac
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). */
63 * Type definition of DAC API function for configuring a channel.
70 * Type definition of DAC API function for setting a write request.
77 * DAC driver API
79 * This is the mandatory API any DAC driver needs to expose.
91 * @brief Configure a DAC channel.
116 * @brief Write a single value to a DAC channel
120 * @param value Data to be written to DAC output registers.
145 #include <zephyr/syscalls/dac.h>