Check conversion status. More...
Defines | |
| #define | Is_adc_conv_finished() ((ADCSRA & (1<<ADIF)) ? TRUE : FALSE) |
| #define | Is_adc_conv_not_finished() ((ADCSRA | ~(1<<ADIF)) ? TRUE : FALSE) |
Check conversion status.
| #define Is_adc_conv_finished | ( | ) | ((ADCSRA & (1<<ADIF)) ? TRUE : FALSE) |
Definition at line 162 of file adc_drv.h.
Referenced by get_temp_sensor_val().
1.7.2