//ADC_CR1_CONT=0; //Continuous conversion For Single
ADC_CR1_CONT=1; //Continuous conversion For ADC Interrupt
//0: Single conversion mode
//1: Continuous conversion mode
ADC_CR2_ALIGN=0;//Data alignment
//0: Left alignment 8MSB in ADC_DRH, 2LSB in ADC_DRL
//1: Right alignment 2MSB in ADC_DRH, 8LSB in ADC_DRL