BLDC control on ATAVRMC303 with ATxMega128A1
DAC Defines Configuration Values

Defines allowing to init the DAC with the wanted configuration. More...

Collaboration diagram for DAC Defines Configuration Values:

Modules

 COMPARATORs Defines Configuration Values
 Defines allowing to init the COMPARATORs with the wanted configuration.
 

Macros

#define DAC_INPUT_RIGHT_ADJUST   0
 0: Result left adjusted 1: Result right adjusted More...
 
#define DAC_INTERNAL_VREF   1
 
#define DAC_OUTPUT_DRIVER   1
 
#define USE_DAC
 

Detailed Description

Defines allowing to init the DAC with the wanted configuration.

Macro Definition Documentation

◆ DAC_INPUT_RIGHT_ADJUST

#define DAC_INPUT_RIGHT_ADJUST   0

0: Result left adjusted 1: Result right adjusted

Definition at line 103 of file config.h.

◆ DAC_INTERNAL_VREF

#define DAC_INTERNAL_VREF   1

Definition at line 104 of file config.h.

◆ DAC_OUTPUT_DRIVER

#define DAC_OUTPUT_DRIVER   1

Definition at line 105 of file config.h.

◆ USE_DAC

#define USE_DAC

Definition at line 101 of file config.h.