ADC Start Normal Conversion
[ADC Start Conversion]

Collaboration diagram for ADC Start Normal Conversion:

Start the conversion in normal mode. More...

Defines

#define Start_conv()   (ADCSRA |= (1<<ADSC) )
#define Start_conv_channel(channel)   (Select_adc_channel(channel), Start_conv() )
#define Start_amplified_conv()   (ADCSRB |= (1<<ADASCR) )
#define Stop_amplified_conv()   (ADCSRB &= ~(1<<ADASCR) )
#define Start_amplified_conv_channel(channel)   (Select_adc_channel(channel), Start_amplified_conv() )

Detailed Description

Start the conversion in normal mode.


Define Documentation

 
#define Start_conv  )     (ADCSRA |= (1<<ADSC) )
 

Definition at line 90 of file adc_drv.h.

#define Start_conv_channel channel   )     (Select_adc_channel(channel), Start_conv() )
 

Definition at line 91 of file adc_drv.h.

Referenced by Get_adc_mic_val(), Get_adc_pot_val(), and Get_adc_temp_val().

 
#define Start_amplified_conv  )     (ADCSRB |= (1<<ADASCR) )
 

Definition at line 92 of file adc_drv.h.

 
#define Stop_amplified_conv  )     (ADCSRB &= ~(1<<ADASCR) )
 

Definition at line 93 of file adc_drv.h.

#define Start_amplified_conv_channel channel   )     (Select_adc_channel(channel), Start_amplified_conv() )
 

Definition at line 94 of file adc_drv.h.


Generated on Fri Mar 17 16:02:14 2006 for Atmel by  doxygen 1.4.6-NO