Searched refs:RB_ADC_START (Results 1 – 3 of 3) sorted by relevance
31 R8_ADC_CONVERT = RB_ADC_START; in ADC_DataCalib_Rough()32 while( R8_ADC_CONVERT & RB_ADC_START ); in ADC_DataCalib_Rough()35 R8_ADC_CONVERT = RB_ADC_START; in ADC_DataCalib_Rough()36 while( R8_ADC_CONVERT & RB_ADC_START ); in ADC_DataCalib_Rough()155 R8_ADC_CONVERT = RB_ADC_START; in ADC_ExcutSingleConver()156 while( R8_ADC_CONVERT & RB_ADC_START ); in ADC_ExcutSingleConver()
99 #define ADC_StartUp() (R8_ADC_CONVERT = RB_ADC_START) …
438 #define RB_ADC_START 0x01 // RW, ADC convert start control: 0=stop ADC … macro
Completed in 62 milliseconds