ADC Start Idle Conversion
[ADC Start Conversion]

Collaboration diagram for ADC Start Idle Conversion:

Start the Analog to Digital Conversion in noise reduction mode. More...

Defines

#define Start_conv_idle()   (SMCR |= (1<<SM0)|(1<<SE) )
#define Start_conv_idle_channel(channel)   (Select_adc_channel(channel), Start_conv_idle() )
#define Clear_sleep_mode()   (SMCR &= ~(1<<SM0)|(1<<SE) )

Detailed Description

Start the Analog to Digital Conversion in noise reduction mode.


Define Documentation

 
#define Start_conv_idle  )     (SMCR |= (1<<SM0)|(1<<SE) )
 

Definition at line 100 of file adc_drv.h.

#define Start_conv_idle_channel channel   )     (Select_adc_channel(channel), Start_conv_idle() )
 

Definition at line 101 of file adc_drv.h.

 
#define Clear_sleep_mode  )     (SMCR &= ~(1<<SM0)|(1<<SE) )
 

Definition at line 102 of file adc_drv.h.


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