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() ) |
Start the conversion in normal mode.
| #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().
1.7.2