![]() |
BLDC control on ATAVRMC303 with ATxMega128A1
|
Set the high spped mode in case ADC frequency is higher than 200KHz. More...
|
Macros | |
| #define | Disable_adc_high_speed_mode() (ADCSRB &= ~(1<<ADHSM)) |
| #define | Enable_adc_high_speed_mode() (ADCSRB |= (1<<ADHSM)) |
Set the high spped mode in case ADC frequency is higher than 200KHz.
| #define Disable_adc_high_speed_mode | ( | ) | (ADCSRB &= ~(1<<ADHSM)) |