Home
last modified time | relevance | path

Searched refs:ADC_DR_RESULT (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/periph_temp/example/src/
A Dtemp.c198 DEBUGOUT("Sampled temp value = 0x%04x (first = 0x%04x)\r", ADC_DR_RESULT(rawSample), in main()
199 ADC_DR_RESULT(temp[0])); in main()
/lk-master/external/platform/lpc15xx/lpcopen/periph_adc/example/src/
A Dadc.c80 ADC_DR_RESULT(rawSample), j); in showValudeADC()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dadc_15xx.h156 #define ADC_DR_RESULT(n) ((((n) >> 4) & 0xFFF)) /*!< Macro for getting the ADC data value… macro

Completed in 5 milliseconds