33 #ifdef __BUILD_WITH_EXAMPLE__
34 #include "lpc17xx_libcfg.h"
78 temp = (temp /(rate * 65)) - 1;
106 uint32_t ADC_GetData(uint32_t channel)
112 adc_value = *(uint32_t *)((&
LPC_ADC->ADDR0) + channel);
254 adc_value = *(uint32_t *) ((&ADCx->
ADDR0) + channel);
275 temp = *(uint32_t *) ((&ADCx->
ADDR0) + channel);
298 return ((uint32_t)(ADCx->
ADGDR));