Collaboration diagram for ADC IT Configuration:
|
Defines | |
| #define | Clear_adc_flag() (ADCSRA &= (1<<ADIF) ) |
| #define | Disable_adc_it() (ADCSRA &= ~(1<<ADIE) ) |
| #define | Disable_all_it() (SREG &= ~(0x80) ) |
| #define | Enable_adc_it() (ADCSRA |= (1<<ADIE) ) |
| #define | Enable_all_it() (SREG |= (0x80) ) |
1.4.7