![]() |
BLDC control on ATAVRMC303 with ATxMega128A1
|
Configure the ADC IT. More...
|
Macros | |
| #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) ) |
Configure the ADC IT.