Defines | |
| #define | Adc_start_conv() (ADCSRA |= (1<<ADSC) ) |
| #define | Adc_start_conv_channel(channel) |
| #define Adc_start_conv_channel | ( | channel | ) |
Value:
(Adc_select_channel(channel),\ Adc_start_conv() )
Definition at line 99 of file adc_drv.h.
Referenced by mc_ADC_Scheduler().
1.5.7.1