ADC IT Configuration
[ADC Macros]

Configure the ADC IT. More...

Collaboration diagram for ADC IT Configuration:

Defines

#define Adc_clear_flag()   (ADCSRA &= (1<<ADIF) )
#define Adc_disable_it()   (ADCSRA &= ~(1<<ADIE) )
#define Adc_enable_it()   (ADCSRA |= (1<<ADIE) )

Detailed Description

Configure the ADC IT.

Define Documentation

 
#define Adc_clear_flag (  )     (ADCSRA &= (1<<ADIF) )

Definition at line 72 of file adc_drv.h.

 
#define Adc_disable_it (  )     (ADCSRA &= ~(1<<ADIE) )

Definition at line 71 of file adc_drv.h.

 
#define Adc_enable_it (  )     (ADCSRA |= (1<<ADIE) )

Definition at line 70 of file adc_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