Searched refs:ADC_CTRL_AVG_Pos (Results 1 – 2 of 2) sorted by relevance
79 ADCx->CTRL |= (initStruct->samplAvg << ADC_CTRL_AVG_Pos) | in ADC_Init()
1627 #define ADC_CTRL_AVG_Pos 8 //0 1次采样 1 2次采样取平均值 3 4次采样取平均值 7 8次采样取平均… macro1628 #define ADC_CTRL_AVG_Msk (0x0F << ADC_CTRL_AVG_Pos)
Completed in 36 milliseconds