Structure for specifying the configuration of a DAC channel.
More...
#include <dac.h>
Structure for specifying the configuration of a DAC channel.
- Parameters
-
channel_id | Channel identifier of the DAC that should be configured. |
resolution | Desired resolution of the DAC (depends on device capabilities). |
buffered | Enable output buffer for this channel. This is relevant for instance if the output is directly connected to the load, without an amplifier in between. The actual details on this are hardware dependent. |
◆ buffered
bool dac_channel_cfg::buffered |
◆ channel_id
uint8_t dac_channel_cfg::channel_id |
◆ resolution
uint8_t dac_channel_cfg::resolution |
The documentation for this struct was generated from the following file:
- include/zephyr/drivers/dac.h