ADC Start Normal Conversion
[ADC Start 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 120 of file adc_drv.h.

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

Definition at line 121 of file adc_drv.h.

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

Definition at line 122 of file adc_drv.h.

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

Definition at line 123 of file adc_drv.h.

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

Definition at line 124 of file adc_drv.h.


Generated on Wed Sep 23 09:17:20 2009 for ATMEL by  doxygen 1.5.3