DAC Start Left Adjust
[DAC Macros]

Start the DAC in basic mode with left adjust. More...

Collaboration diagram for DAC Start Left Adjust:

Defines

#define Dac_start_left()

Detailed Description

Start the DAC in basic mode with left adjust.

Define Documentation

 
#define Dac_start_left (  ) 

Value:

DACON = (0<<DAATE)| /* DAC Auto Trigger Enable bit */ \
              (0<<DATS0)| /* DAC Trigger Selection bits */ \
              (0<<DALA) | /* Digital to Analog Left Adjust */ \
              (1<<DAOE) | /* Digital to Analog Output Enable bit */\
              (1<<DAEN);

Definition at line 75 of file dac_drv.h.


Generated on Wed Oct 22 15:04:02 2008 for AVR172 : Atmel BLDC control on ATAVRMC310 with ATmega32M1 by  doxygen 1.5.7.1