DAC Start Right Adjust
[DAC Macros]

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

Collaboration diagram for DAC Start Right Adjust:

Defines

#define Dac_set_value(param)
#define Dac_start_right()

Detailed Description

Start the DAC in basic mode with right adjust.

Define Documentation

#define Dac_set_value ( param   ) 

Value:

DACL = Low(param); \
       DACH = High(param);

Definition at line 97 of file dac_drv.h.

 
#define Dac_start_right (  ) 

Value:

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

Definition at line 86 of file dac_drv.h.


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