Configure the Result alignement. More...
Defines | |
| #define | Right_adjust_adc_result() (ADMUX &= ~(1<<ADLAR)) |
| #define | Left_adjust_adc_result() (ADMUX |= (1<<ADLAR)) |
Configure the Result alignement.
| #define Right_adjust_adc_result | ( | ) | (ADMUX &= ~(1<<ADLAR)) |
Definition at line 78 of file adc_drv.h.
Referenced by init_adc().
| #define Left_adjust_adc_result | ( | ) | (ADMUX |= (1<<ADLAR)) |
Definition at line 79 of file adc_drv.h.
Referenced by init_adc().
1.7.2