Searched refs:ADC_CTRL_CONT_Pos (Results 1 – 2 of 2) sorted by relevance
81 (initStruct->Continue << ADC_CTRL_CONT_Pos); in ADC_Init()
1631 #define ADC_CTRL_CONT_Pos 13 //Continuous conversion,只在软件启动模式下有效,0 单次转换,转换完成后START位自… macro1632 #define ADC_CTRL_CONT_Msk (0x01 << ADC_CTRL_CONT_Pos) // 1 连续转换…
Completed in 27 milliseconds