ADC High Speed Mode Configuration
[ADC Macros]

Set the high spped mode in case ADC frequency is higher than 200KHz. More...

Collaboration diagram for ADC High Speed Mode Configuration:

Defines

#define Adc_disable_high_speed_mode()   (ADCSRB &= ~(1<<ADHSM))
#define Adc_enable_high_speed_mode()   (ADCSRB |= (1<<ADHSM))

Detailed Description

Set the high spped mode in case ADC frequency is higher than 200KHz.

Define Documentation

 
#define Adc_disable_high_speed_mode (  )     (ADCSRB &= ~(1<<ADHSM))

Definition at line 54 of file adc_drv.h.

 
#define Adc_enable_high_speed_mode (  )     (ADCSRB |= (1<<ADHSM))

Definition at line 53 of file adc_drv.h.


Generated on Wed Oct 22 15:04:02 2008 for AVR172 : Atmel BLDC control on ATAVRMC310 with ATmega32M1 by  doxygen 1.5.7.1