Searched refs:ADC_DR_RESULT (Results 1 – 3 of 3) sorted by relevance
198 DEBUGOUT("Sampled temp value = 0x%04x (first = 0x%04x)\r", ADC_DR_RESULT(rawSample), in main()199 ADC_DR_RESULT(temp[0])); in main()
80 ADC_DR_RESULT(rawSample), j); in showValudeADC()
156 #define ADC_DR_RESULT(n) ((((n) >> 4) & 0xFFF)) /*!< Macro for getting the ADC data value… macro
Completed in 5 milliseconds