conversion is finished or not
[ADC Macros]

Collaboration diagram for conversion is finished or not:


Detailed Description

Check conversion status.


Defines

#define Is_adc_conv_finished()   ((ADCSRA & (1<<ADIF)) ? TRUE : FALSE)
#define Is_adc_conv_not_finished()   ((ADCSRA | ~(1<<ADIF)) ? TRUE : FALSE)


Define Documentation

 
#define Is_adc_conv_finished (  )     ((ADCSRA & (1<<ADIF)) ? TRUE : FALSE)

Definition at line 124 of file adc_drv.h.

 
#define Is_adc_conv_not_finished (  )     ((ADCSRA | ~(1<<ADIF)) ? TRUE : FALSE)

Definition at line 125 of file adc_drv.h.


Generated on Wed Jul 12 16:55:29 2006 for Atmel BLDC Sensorless on ATAVRMC100 by  doxygen 1.4.7