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

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

Definition at line 131 of file adc_drv.h.

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

Definition at line 132 of file adc_drv.h.


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