![]() |
BLDC control on ATAVRMC303 with ATxMega128A1
|
Start the conversion in normal mode. More...
|
Macros | |
| #define | Start_amplified_conv() (ADCSRB |= (1<<ADASCR) ) |
| #define | Start_amplified_conv_channel(channel) (Select_adc_channel(channel), Start_amplified_conv() ) |
| #define | Start_conv() (ADCB.CTRLB |= ADC_CH0START_bm) |
| #define | Start_conv_channel(channel) (Select_adc_channel(channel), Start_conv() ) |
| #define | Stop_amplified_conv() (ADCSRB &= ~(1<<ADASCR) ) |
Start the conversion in normal mode.
| #define Start_amplified_conv_channel | ( | channel | ) | (Select_adc_channel(channel), Start_amplified_conv() ) |
| #define Start_conv_channel | ( | channel | ) | (Select_adc_channel(channel), Start_conv() ) |