Defines

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 138 of file adc_drv.h.

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

Definition at line 139 of file adc_drv.h.

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

Definition at line 140 of file adc_drv.h.