ADC Start Normal Conversion
[ADC Start Conversion]

Collaboration diagram for ADC Start Normal Conversion:


Detailed Description

Start the conversion in normal mode.


Defines

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


Define Documentation

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

Definition at line 92 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.

Referenced by mc_ADC_Scheduler().

 
#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 mc_ADC_Scheduler().

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

Definition at line 93 of file adc_drv.h.


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