![]() |
Synergy Software Package User's Manual
|
Interface for D/A converters. More...
Data Structures | |
| struct | dac_info_t |
| struct | dac_cfg_t |
| struct | dac_api_t |
| struct | dac_instance_t |
Typedefs | |
| typedef uint16_t | dac_size_t |
| typedef void | dac_ctrl_t |
Enumerations | |
| enum | dac_data_format_t { DAC_DATA_FORMAT_FLUSH_RIGHT = 0, DAC_DATA_FORMAT_FLUSH_LEFT = 1 } |
Interface for D/A converters.
The DAC interface provides standard Digital/Analog Converter functionality. A DAC application writes digital sample data to the device and generates analog output on the DAC output pin.
Related SSP architecture topics:
DAC Interface description: DAC Driver
| typedef void dac_ctrl_t |
DAC control block. Allocate an instance specific control block to pass into the DAC API calls.
| typedef uint16_t dac_size_t |
Data type to store DAC output value.
| enum dac_data_format_t |