Data Structures | Enumerations
DACCC26X2.h File Reference

Detailed Description

DAC driver implementation for the DAC peripheral on CC26X2.


This DAC driver implementation is designed to operate on a DAC peripheral for CC26X2.

Refer to DAC.h for a complete description of APIs & example of use.

#include <ti/drivers/DAC.h>
#include <ti/drivers/GPIO.h>
#include <ti/drivers/Power.h>
#include <ti/drivers/power/PowerCC26XX.h>
Include dependency graph for DACCC26X2.h:

Go to the source code of this file.

Data Structures

struct  DACCC26XX_HWAttrs
 DACCC26XX Hardware attributes These fields are used by driverlib APIs and therefore must be populated by driverlib macro definitions. More...
 
struct  DACCC26XX_Object
 DACCC26XX Object. More...
 

Enumerations

enum  DAC_VrefSource { DAC_VREF_DCOUPL = AUXDAC_VREF_SEL_DCOUPL, DAC_VREF_ADCREF = AUXDAC_VREF_SEL_ADCREF, DAC_VREF_VDDS = AUXDAC_VREF_SEL_VDDS }
 DAC voltage reference setting. More...
 

Enumeration Type Documentation

§ DAC_VrefSource

DAC voltage reference setting.

The enum defines the DAC voltage reference that the module uses.

Enumerator
DAC_VREF_DCOUPL 

Use the Core Voltage Decoupling pin as the DAC's voltage reference source. Use the ADC reference voltage as the DAC's voltage reference source.

DAC_VREF_ADCREF 

Use the main supply voltage VDDS as the DAC's voltage reference source.

DAC_VREF_VDDS 
© Copyright 1995-2022, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale