Home
last modified time | relevance | path

Searched refs:ADC_START_GO_Pos (Results 1 – 2 of 2) sorted by relevance

/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_adc.c188 ADCx->START |= (0x01 << ADC_START_GO_Pos); in ADC_Start()
200 ADCx->START &= ~(0x01 << ADC_START_GO_Pos); in ADC_Stop()
/bsp/synwit/libraries/SWM320_CSL/CMSIS/DeviceSupport/
A DSWM320.h1640 #define ADC_START_GO_Pos 0 //软件触发模式下,写1启动ADC采样和转换,在单次模式下转换完成后硬件自动清零,在扫描模式下必须软件写0停止… macro
1641 #define ADC_START_GO_Msk (0x01 << ADC_START_GO_Pos)

Completed in 24 milliseconds