DAC Output Configuration
[DAC Macros]

Switch on or off the DAC output. More...

Collaboration diagram for DAC Output Configuration:

Defines

#define Dac_disable_output()   (DACON &= ~(1<<DAOE))
#define Dac_enable_output()   (DACON |= (1<<DAOE))

Detailed Description

Switch on or off the DAC output.

Define Documentation

 
#define Dac_disable_output (  )     (DACON &= ~(1<<DAOE))

Definition at line 62 of file dac_drv.h.

 
#define Dac_enable_output (  )     (DACON |= (1<<DAOE))

Definition at line 61 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