Searched refs:ADC_START_GO_Pos (Results 1 – 2 of 2) sorted by relevance
188 ADCx->START |= (0x01 << ADC_START_GO_Pos); in ADC_Start()200 ADCx->START &= ~(0x01 << ADC_START_GO_Pos); in ADC_Stop()
1640 #define ADC_START_GO_Pos 0 //软件触发模式下,写1启动ADC采样和转换,在单次模式下转换完成后硬件自动清零,在扫描模式下必须软件写0停止… macro1641 #define ADC_START_GO_Msk (0x01 << ADC_START_GO_Pos)
Completed in 24 milliseconds