![]() |
BLDC control on ATAVRMC303 with ATxMega128A1
|
Start the Analog to Digital Conversion in noise reduction mode. More...
|
Macros | |
| #define | Clear_sleep_mode() (SMCR &= ~(1<<SM0)|(1<<SE) ) |
| #define | Start_conv_idle() (SMCR |= (1<<SM0)|(1<<SE) ) |
| #define | Start_conv_idle_channel(channel) (Select_adc_channel(channel), Start_conv_idle() ) |
Start the Analog to Digital Conversion in noise reduction mode.
| #define Start_conv_idle_channel | ( | channel | ) | (Select_adc_channel(channel), Start_conv_idle() ) |