Defines

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() )

Detailed Description

Start the conversion in normal mode.


Define Documentation

#define Start_conv (  )    (ADCSRA |= (1<<ADSC) )

Definition at line 131 of file adc_drv.h.

Referenced by ADC_ISR(), and ADC_Wait().

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

Definition at line 132 of file adc_drv.h.

Referenced by get_temp_sensor_val().