Collaboration diagram for ADC IT Configuration:
![]() |
Defines | |
#define | Enable_all_it() (SREG |= (0x80) ) |
#define | Disable_all_it() (SREG &= ~(0x80) ) |
#define | Enable_adc_it() (ADCSRA |= (1<<ADIE) ) |
#define | Disable_adc_it() (ADCSRA &= ~(1<<ADIE) ) |
#define | Clear_adc_flag() (ADCSRA &= (1<<ADIF) ) |
|
Definition at line 62 of file adc_drv.h. Referenced by init_adc(). |
|
|
|
Definition at line 64 of file adc_drv.h. Referenced by init_adc(). |
|
Definition at line 65 of file adc_drv.h. Referenced by init_adc(). |
|
|